-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append
runtime_libs
specified in manifest to APK (#106)
Certain apps and crates `dlopen` libraries at runtime (which are not listed in the shared library table by design, hence not found by `llvm-readobj`). Facilitate this by allowing the user to specify a list of folders that need to be scanned for libraries to include in the final package at while building. This folder structure includes the platform ABI to select the desired shared libraries.
- Loading branch information
Showing
3 changed files
with
114 additions
and
60 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
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
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