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