Attempt to fix ring build
Put gradlew into different directory
This commit is contained in:
parent
970d7440e8
commit
b7c392be5d
|
@ -19,7 +19,7 @@ Repo:https://gerrit-ring.savoirfairelinux.com/ring-client-android
|
|||
Build:2.0.003,20
|
||||
commit=0011b9ba52b6ac3aab97a2bf42a608f83f0ec15c
|
||||
output=ring-android/app/build/outputs/apk/app-release-unsigned.apk
|
||||
build=echo -e '#!/bin/sh\ngradle "$@"' > gradlew && \
|
||||
build=echo -e '#!/bin/sh\ngradle "$@"' > ring-android/gradlew && \
|
||||
export ANDROID_NDK_ROOT=$ANDROID_NDK && \
|
||||
export ANDROID_ABI="armeabi-v7a" && \
|
||||
./compile.sh release
|
||||
|
|
Loading…
Reference in a new issue