This repository was archived by the owner on Mar 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Eric Lange edited this page Feb 20, 2016
·
5 revisions
Add target api level topackage.jsonDetect minimum API level per ABI by scanning NDK directoryUsemax(target api, minimum available)as default API levelDon't just search for first available package matching API/ABI, but closestAdd installed API level tohemroid/<pkg>.jsonTest to ensure installed API level <= target API incheck_install
Store names of all packaged files in<pkg>.json
Addremovecommand to clean out all package files- Scan for dependent installed packages, fail if dependency exists
- Enable override for dependency fail
Generate list of unfulfilled dependencies ininstallNote which dependencies are API mismatch vs. not installed- Notify and ask for confirmation to install/rebuild dependencies
Recursively build dependencies and install in sandbox