|
|
@ -2,11 +2,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
target="android-20" |
|
|
|
target="android-20" |
|
|
|
|
|
|
|
|
|
|
|
# Travis doesn't support android-20 yet |
|
|
|
|
|
|
|
if [ -n "$TRAVIS" ]; then |
|
|
|
|
|
|
|
target="android-19"; |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Update ant setup in project and all sub-projects |
|
|
|
# Update ant setup in project and all sub-projects |
|
|
|
for f in `find external/ -name project.properties`; do |
|
|
|
for f in `find external/ -name project.properties`; do |
|
|
|
projectdir=`dirname $f` |
|
|
|
projectdir=`dirname $f` |
|
|
|