From e977d66818d7d343f86854d50e3d1a48e30e08dd Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Wed, 9 Oct 2024 16:42:57 +0200 Subject: [PATCH] Make build directory in Android apackage task (#2920) --- platform/android/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/android/Makefile b/platform/android/Makefile index 06c8512e94b..4eaa0d8138d 100644 --- a/platform/android/Makefile +++ b/platform/android/Makefile @@ -238,6 +238,7 @@ run-android-unit-test-%: gradle/configuration.gradle apackage: gradle/configuration.gradle make android-lib-arm-v7 && make android-lib-arm-v8 && make android-lib-x86 && make android-lib-x86-64 $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all assemble$(BUILDTYPE) + mkdir -p build tar -czvf build/debug-symbols.tar.gz -C MapboxGLAndroidSDK/build/intermediates/library_jni/release/copyReleaseJniLibsProjectOnly/jni . # Build test app instrumentation tests apk and test app apk for all abi's