aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-06-01 18:28:08 -0700
committerXavier Ducrohet <xav@android.com>2012-06-07 18:21:19 -0700
commit059a2b80b4385b5f3784ccec0b6a6533d5862ac6 (patch)
tree62f0364d0fcc1bbde289aba6bca9c619c834f606 /files
parent1f3e6d3c6484f37f964b0a72775397e25930d923 (diff)
downloadsdk-059a2b80b4385b5f3784ccec0b6a6533d5862ac6.zip
sdk-059a2b80b4385b5f3784ccec0b6a6533d5862ac6.tar.gz
sdk-059a2b80b4385b5f3784ccec0b6a6533d5862ac6.tar.bz2
Fix to improved aidl support
This is from review comments. I meant to upload this before commit but forgot. Change-Id: Ia2eef22f2a5e6a5120110e69b49491a803636768
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 542943e..c3073fe 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -539,7 +539,7 @@
libraryPackagesOut="project.library.packages"
libraryManifestFilePathOut="project.library.manifest.file.path"
libraryResFolderPathOut="project.library.res.folder.path"
- libraryBinFolderPathOut="project.library.bin.folder.path"
+ libraryBinAidlFolderPathOut="project.library.bin.aidl.folder.path"
libraryNativeFolderPathOut="project.library.native.folder.path"
jarLibraryPathOut="project.all.jars.path"
targetApi="${project.target.apilevel}"
@@ -622,7 +622,7 @@
<echo level="info">Handling aidl files...</echo>
<aidl executable="${aidl}"
framework="${project.target.framework.aidl}"
- libraryBinFolderPathRefid="project.library.bin.folder.path"
+ libraryBinAidlFolderPathRefid="project.library.bin.aidl.folder.path"
genFolder="${gen.absolute.dir}"
aidlOutFolder="${out.aidl.absolute.dir}">
<source path="${source.absolute.dir}"/>