Adds two new commands intended to facilitate setup for NDK across projects.
qpm ndk resolve - Attempts to look for a suitable NDK version in the NDK path that satisfies the requirement in qpm.json::workspace::ndkRequirement. If none found, error. If any found, uses the newest version that satisfies the requirement and writes the path to ndkpath.txt. Finally writes it to stdout for friendly parsing. Add -d/--download for automatic downloading.
qpm ndk pin - Adds the NDK version requirement to the qpm.json file. Writes to stdout and ndkpath.txt
Adds two new commands intended to facilitate setup for NDK across projects.
qpm ndk resolve
- Attempts to look for a suitable NDK version in the NDK path that satisfies the requirement inqpm.json::workspace::ndkRequirement
. If none found, error. If any found, uses the newest version that satisfies the requirement and writes the path tondkpath.txt
. Finally writes it tostdout
for friendly parsing. Add-d/--download
for automatic downloading.qpm ndk pin
- Adds the NDK version requirement to theqpm.json
file. Writes tostdout
andndkpath.txt