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

Native files breakdown #135

Merged
merged 6 commits into from
Aug 9, 2023
Merged

Native files breakdown #135

merged 6 commits into from
Aug 9, 2023

Conversation

ViktorPetrovski
Copy link
Collaborator

What has changed

Add Bloaty to parse native libraries to their respective files by providing unstripped debug files.

Before:
image

After:
image

Why was it changed

Break down big .so files into their respective files.

How to use:

Provide your .unstripped.so file through grade or Ruler CLI:

unstrippedNativeFiles.set(listOf(
    project.layout.projectDirectory.file("native-library.unstripped.so")
))

The name of the native library must match with the unstripped file.

Related issues

Obfuscated native library file names on projects with DexGuard

@nathan3d nathan3d merged commit d44917a into main Aug 9, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants