Fix build.xml
This commit is contained in:
parent
ec71a1275e
commit
490e6a3d97
1 changed files with 9 additions and 11 deletions
|
@ -549,6 +549,7 @@
|
||||||
libraryResFolderPathOut="project.library.res.folder.path"
|
libraryResFolderPathOut="project.library.res.folder.path"
|
||||||
libraryBinAidlFolderPathOut="project.library.bin.aidl.folder.path"
|
libraryBinAidlFolderPathOut="project.library.bin.aidl.folder.path"
|
||||||
libraryNativeFolderPathOut="project.library.native.folder.path"
|
libraryNativeFolderPathOut="project.library.native.folder.path"
|
||||||
|
libraryRFilePathOut="project.library.bin.r.file.path"
|
||||||
jarLibraryPathOut="project.all.jars.path"
|
jarLibraryPathOut="project.all.jars.path"
|
||||||
targetApi="${project.target.apilevel}"
|
targetApi="${project.target.apilevel}"
|
||||||
verbose="${verbose}" />
|
verbose="${verbose}" />
|
||||||
|
@ -665,6 +666,7 @@
|
||||||
rfolder="${gen.absolute.dir}"
|
rfolder="${gen.absolute.dir}"
|
||||||
nonConstantId="${android.library}"
|
nonConstantId="${android.library}"
|
||||||
libraryResFolderPathRefid="project.library.res.folder.path"
|
libraryResFolderPathRefid="project.library.res.folder.path"
|
||||||
|
libraryRFileRefid="project.library.bin.r.file.path"
|
||||||
libraryPackagesRefid="project.library.packages"
|
libraryPackagesRefid="project.library.packages"
|
||||||
ignoreAssets="${aapt.ignore.assets}"
|
ignoreAssets="${aapt.ignore.assets}"
|
||||||
proguardFile="${out.absolute.dir}/proguard.txt">
|
proguardFile="${out.absolute.dir}/proguard.txt">
|
||||||
|
@ -1053,13 +1055,9 @@
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<copy includeemptydirs="false" todir="src/temp">
|
<copy includeemptydirs="false" todir="src/temp">
|
||||||
<fileset dir="submodules/linphone/java/impl">
|
|
||||||
</fileset>
|
|
||||||
</copy>
|
|
||||||
<!-- <copy includeemptydirs="false" todir="src/temp">
|
|
||||||
<fileset dir="submodules/linphone/coreapi/help/java">
|
<fileset dir="submodules/linphone/coreapi/help/java">
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy> -->
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="delete-temp" description="remove linphone java files into right directories.">
|
<target name="delete-temp" description="remove linphone java files into right directories.">
|
||||||
|
|
Loading…
Reference in a new issue