You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add in the wrap.sh file as lib/x86/wrap.sh, install fails with these adb logs:
04-20 01:56:31.898 548 644 E NativeLibraryHelper: Library 'wrap.sh' is not page-aligned - will not be able to open it directly from apk.
04-20 01:56:31.898 548 644 W NativeHelper: Failure copying 32 bit native libraries; copyRet=-2
04-20 01:56:31.898 548 644 E PackageInstallerSession: Commit of session 1685206434 failed: Failed to extract native libraries, res=-2
I'm trying to enable ASAN in a bundle using these instructions.
When I add in the
wrap.sh
file aslib/x86/wrap.sh
, install fails with these adb logs:My bundleconfig looks like:
The built
splits/base-master.apk
has:And within the
.aab
it looks like:Perhaps bundletool is only aligning
.so
files and not all files withinlib/
?The text was updated successfully, but these errors were encountered: