fix string path in build script
This commit is contained in:
parent
dec3d9530d
commit
290059dfb9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue