fix string path in build script

This commit is contained in:
Nathan Freitas 2016-10-24 21:57:07 -04:00
父節點 dec3d9530d
當前提交 290059dfb9
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -45,7 +45,7 @@ if [ -z $ANDROID_NDK_HOME ]; then
fi fi
projectroot=`pwd` 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 # standardize timezone to reduce build differences
export TZ=UTC export TZ=UTC
@ -75,7 +75,7 @@ APP_ABI=armeabi faketime "$TIMESTAMP" make -C external
#make -C external clean #make -C external clean
#APP_ABI=x86 faketime "$TIMESTAMP" make -C external #APP_ABI=x86 faketime "$TIMESTAMP" make -C external
assembleRelease ./gradlew assembleRelease
#./setup-ant #./setup-ant
#ant release #ant release