build: fix script
This commit is contained in:
parent
c11b437a15
commit
59990f9ee2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export CPPFLAGS="-DMDB_USE_ROBUST=0" && export CFLAGS="-DMDB_USE_ROBUST=0" && ca
|
||||||
|
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
yes | cp -f target/aarch64-linux-android/${mode}/libgrim_android.so app/src/main/jniLibs/arm64-v8a
|
yes | cp -f target/aarch64-linux-android/${type}/libgrim_android.so app/src/main/jniLibs/arm64-v8a
|
||||||
./gradlew clean
|
./gradlew clean
|
||||||
./gradlew build
|
./gradlew build
|
||||||
#./gradlew installDebug
|
#./gradlew installDebug
|
||||||
|
|
Loading…
Reference in a new issue