From 490e6a3d977ab4201dc98f712dd61aeef0ce6f8d Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Tue, 4 Dec 2012 17:05:53 +0100 Subject: [PATCH] Fix build.xml --- build.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index 7a656c56d..d87c5fd4d 100644 --- a/build.xml +++ b/build.xml @@ -549,6 +549,7 @@ libraryResFolderPathOut="project.library.res.folder.path" libraryBinAidlFolderPathOut="project.library.bin.aidl.folder.path" libraryNativeFolderPathOut="project.library.native.folder.path" + libraryRFilePathOut="project.library.bin.r.file.path" jarLibraryPathOut="project.all.jars.path" targetApi="${project.target.apilevel}" verbose="${verbose}" /> @@ -636,8 +637,8 @@ aidlOutFolder="${out.aidl.absolute.dir}"> - - + + @@ -665,6 +666,7 @@ rfolder="${gen.absolute.dir}" nonConstantId="${android.library}" libraryResFolderPathRefid="project.library.res.folder.path" + libraryRFileRefid="project.library.bin.r.file.path" libraryPackagesRefid="project.library.packages" ignoreAssets="${aapt.ignore.assets}" proguardFile="${out.absolute.dir}/proguard.txt"> @@ -945,7 +947,7 @@ - + @@ -1052,14 +1054,10 @@ - - - - - + @@ -1197,7 +1195,7 @@ - @@ -1537,4 +1535,4 @@ device. Also uninstall tested package if applicable unless 'nodeps' is used as well. - + \ No newline at end of file