Closed ViktorPetrovski closed 1 year ago
Add Bloaty to parse native libraries to their respective files by providing unstripped debug files.
Before:
After:
Break down big .so files into their respective files.
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.
Obfuscated native library file names on projects with DexGuard
What has changed
Add Bloaty to parse native libraries to their respective files by providing unstripped debug files.
Before:
After:
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:
The name of the native library must match with the unstripped file.
Related issues
Obfuscated native library file names on projects with DexGuard