Rename build.prop to ant.prop, add ant-prepare.sh
This commit is contained in:
parent
350d77aec6
commit
9b28fde89f
@ -12,10 +12,7 @@ The only required tools are the Android SDK and Apache Ant.
|
||||
|
||||
```
|
||||
git submodule update --init
|
||||
android update project -p . --name F-droid
|
||||
android update lib-project -p extern/Universal-Image-Loader/library
|
||||
android update lib-project -p extern/AndroidPinning -t android-17
|
||||
android update lib-project -p extern/MemorizingTrustManager
|
||||
./ant-prepare.sh # This runs 'android update' on the libs and the main project
|
||||
ant clean release
|
||||
```
|
||||
|
||||
|
6
ant-prepare.sh
Executable file
6
ant-prepare.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
android update lib-project -p extern/Universal-Image-Loader/library
|
||||
android update lib-project -p extern/AndroidPinning -t android-17
|
||||
android update lib-project -p extern/MemorizingTrustManager
|
||||
android update project -p . --name F-Droid
|
Loading…
x
Reference in New Issue
Block a user