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"
|
||||
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}" />
|
||||
|
@ -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">
|
||||
|
@ -1053,13 +1055,9 @@
|
|||
</fileset>
|
||||
</copy>
|
||||
<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>
|
||||
</copy> -->
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="delete-temp" description="remove linphone java files into right directories.">
|
||||
|
|
Loading…
Reference in a new issue