Lines Matching refs:to
4 tooling to build them.
6 If you're an Android app developer looking to *consume* these libraries, this is
7 probably not what you want. This project builds AARs to be published to Maven.
8 You most likely want to use the AAR, not build it yourself.
16 where to fetch the source, apply any patches needed, build, install, and package
20 Projects define the name and version of the port, the URL to fetch source from,
21 a list of modules (libraries) to build, and the build steps.
32 ndkports requires an NDK to be used for building to be specified on the command
33 line as well as a list of packages to build. For example, to build cURL:
36 $ ./gradlew run --args='--ndk /path/to/android-ndk-r20 openssl curl'
43 Note that dependencies currently need to be already built or ordered explicitly.