From 29f4d35bc429891a735855725ed6c620a04e242c Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Wed, 17 Jul 2019 09:03:48 +0200 Subject: Android: fix location of the build apks With all upgrading, the build apks now show up in a slightly different location. Correct this in the scripting. Notice that this is debug building only. Release building is outside the repo. Signed-off-by: Jan Mulder --- packaging/android/android-build-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh index 2e5ee6c1c..3bcac04c1 100755 --- a/packaging/android/android-build-wrapper.sh +++ b/packaging/android/android-build-wrapper.sh @@ -149,7 +149,7 @@ echo "${BUILDNR}" > ./buildnr.dat echo "Building Subsurface-mobile for Android, build nr ${BUILDNR}" -rm -f ./subsurface-mobile-build-arm/build/outputs/apk/*.apk +rm -f ./subsurface-mobile-build-arm/build/outputs/apk/debug/*.apk rm -df ./subsurface-mobile-build-arm/AndroidManifest.xml if [ "$USE_X" ] ; then @@ -160,5 +160,5 @@ else bash "$SUBSURFACE_SOURCE"/packaging/android/build.sh -buildnr "$BUILDNR" arm64 "$@" fi -ls -l ./subsurface-mobile-build-arm/build/outputs/apk/*.apk +ls -l ./subsurface-mobile-build-arm/build/outputs/apk/debug/*.apk -- cgit v1.2.3-70-g09d2