Skip to content

Commit

Permalink
Fix location debug symbols Android release (#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Jun 14, 2024
1 parent 1285a4f commit 30484d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ apackage:
make android-lib-arm-v7 && make android-lib-arm-v8 && make android-lib-x86 && make android-lib-x86-64
$(MLN_ANDROID_GRADLE) -Pmapbox.abis=all assembleDrawable$(BUILDTYPE)
mkdir -p build
tar -czvf build/debug-symbols.tar.gz -C MapLibreAndroid/build/intermediates/library_jni/drawableRelease/jni .
tar -czvf build/debug-symbols.tar.gz -C MapLibreAndroid/build/intermediates/library_jni/drawableRelease/copyDrawableReleaseJniLibsProjectOnly/jni .

# Build test app instrumentation tests apk and test app apk for all abi's
.PHONY: android-ui-test
Expand Down

0 comments on commit 30484d8

Please sign in to comment.