1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

Fix to include the same android-support library as the main module

This commit is contained in:
Zsombor Gegesy 2016-05-04 08:18:49 +02:00
parent 67b4100159
commit edf413d323
2 changed files with 12 additions and 0 deletions

View file

@ -78,6 +78,17 @@
in order to avoid having your file be overridden by tools such as "android update project" in order to avoid having your file be overridden by tools such as "android update project"
--> -->
<!-- version-tag: 1 --> <!-- version-tag: 1 -->
<!-- because of this: https://code.google.com/p/android/issues/detail?id=33194, this target is needed to use jar.libs.dir -->
<target name="-pre-compile">
<echo>Custom pre-compile!</echo>
<path id="project.all.jars.path">
<fileset dir="${jar.libs.dir}">
<include name="*.jar"/>
</fileset>
</path>
</target>
<import file="${sdk.dir}/tools/ant/build.xml" /> <import file="${sdk.dir}/tools/ant/build.xml" />
</project> </project>

View file

@ -13,3 +13,4 @@
android.library=true android.library=true
# Project target. # Project target.
target=android-19 target=android-19
jar.libs.dir=../../../libs