
Both preferencefragment and appcompat-v7 submodules need the android-support-v4.jar to be included in their respective libs/ dirs in order for ant to build those projects.
15 lines
641 B
Properties
15 lines
641 B
Properties
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
|
|
|
target=android-19
|
|
|
|
android.library.reference.1=extern/UniversalImageLoader/library
|
|
android.library.reference.2=extern/MemorizingTrustManager
|
|
android.library.reference.3=extern/AndroidPinning
|
|
android.library.reference.4=extern/libsuperuser/libsuperuser
|
|
android.library.reference.5=extern/zxing-core
|
|
android.library.reference.6=extern/android-support-v4-preferencefragment
|
|
android.library.reference.7=extern/Support/v7/appcompat
|
|
|
|
# For java libraries, place symlinks in extern/symlinks-for-ant-and-eclipse/
|
|
source.dir=src;extern/symlinks-for-ant-and-eclipse
|