fix string path in build script

This commit is contained in:
Nathan Freitas 2016-10-24 21:57:07 -04:00
parent dec3d9530d
commit 290059dfb9
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ if [ -z $ANDROID_NDK_HOME ]; then
fi
projectroot=`pwd`
projectname=`sed -n 's,.*name="app_name">\(.*\)<.*,\1,p' res/values/strings.xml`
projectname=`sed -n 's,.*name="app_name">\(.*\)<.*,\1,p' app/src/main/res/values/strings.xml`
# standardize timezone to reduce build differences
export TZ=UTC
@ -75,7 +75,7 @@ APP_ABI=armeabi faketime "$TIMESTAMP" make -C external
#make -C external clean
#APP_ABI=x86 faketime "$TIMESTAMP" make -C external
assembleRelease
./gradlew assembleRelease
#./setup-ant
#ant release