-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: [If a library is located under one of the standard paths (for example it is located directly under base.apk!/lib/arm64/ directory) then it can be loaded via path](https://cs.android.com/android/platform/superproject/main/+/main:bionic/linker/linker_namespaces.cpp;l=50). As a result we don't need to load libs by name when the app is installed on sd-card. Reviewed By: adicatana Differential Revision: D56573273 fbshipit-source-id: 9b8e485c9742ef1fac93f7a5695bc83792d0588d
- Loading branch information
1 parent
dc3fbfc
commit d0b7b23
Showing
4 changed files
with
18 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
java/com/facebook/soloader/DirectSplitSoSourceLoadByName.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
java/com/facebook/soloader/DirectSplitSoSourceLoadByPath.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters