Skip to content

Commit

Permalink
Fix debug symbols path (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 9, 2024
1 parent d488bdd commit a04734b
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 @@ -238,7 +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)
tar -czvf build/debug-symbols.tar.gz -C MapboxGLAndroidSDK/build/intermediates/library_jni/copyReleaseJniLibsProjectOnly/jni .
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
.PHONY: android-ui-test
Expand Down

0 comments on commit a04734b

Please sign in to comment.