mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
Fix to include the same android-support library as the main module
This commit is contained in:
parent
67b4100159
commit
edf413d323
2 changed files with 12 additions and 0 deletions
11
third-party/drag-sort-listview/library/build.xml
vendored
11
third-party/drag-sort-listview/library/build.xml
vendored
|
@ -78,6 +78,17 @@
|
|||
in order to avoid having your file be overridden by tools such as "android update project"
|
||||
-->
|
||||
<!-- 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" />
|
||||
|
||||
</project>
|
||||
|
|
|
@ -13,3 +13,4 @@
|
|||
android.library=true
|
||||
# Project target.
|
||||
target=android-19
|
||||
jar.libs.dir=../../../libs
|
Loading…
Add table
Add a link
Reference in a new issue