Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug symbols to Android release #2294

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

louwers
Copy link
Collaborator

@louwers louwers commented Apr 18, 2024

Fixes #2282 (hopefully).

 % tar -tvf build/debug-symbols.tar.gz
drwxr-xr-x  0 bart   staff       0 Apr 18 17:24 ./
drwxr-xr-x  0 bart   staff       0 Apr 18 17:24 ./armeabi-v7a/
drwxr-xr-x  0 bart   staff       0 Apr 18 17:24 ./x86/
drwxr-xr-x  0 bart   staff       0 Apr 18 17:24 ./arm64-v8a/
drwxr-xr-x  0 bart   staff       0 Apr 18 17:24 ./x86_64/
-rw-r--r--  0 bart   staff 193393432 Apr 18 17:24 ./x86_64/libmaplibre.so
-rw-r--r--  0 bart   staff 200794312 Apr 18 17:24 ./arm64-v8a/libmaplibre.so
-rw-r--r--  0 bart   staff 171135888 Apr 18 17:24 ./x86/libmaplibre.so
-rw-r--r--  0 bart   staff 172496144 Apr 18 17:24 ./armeabi-v7a/libmaplibre.so

@louwers louwers self-assigned this Apr 18, 2024
@louwers louwers added android build Related to build, configuration or CI/CD github_actions Pull requests that update GitHub Actions code labels Apr 18, 2024
@louwers louwers merged commit a1bb983 into maplibre:main Apr 18, 2024
20 checks passed
@louwers louwers deleted the debug-symbols-android branch April 18, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android build Related to build, configuration or CI/CD github_actions Pull requests that update GitHub Actions code
Projects
Development

Successfully merging this pull request may close these issues.

Include debug symbols with Android releases
4 participants