fdroidserver/buildserver
Hans-Christoph Steiner 9f77044d0d
auto-detect NDKs installed in standard paths
'ndk_paths' will be automatically filled out from well known sources
like $ANDROID_HOME/ndk-bundle and $ANDROID_HOME/ndk/*.  If a required
version is missing in the buildserver VM, it will be automatically
downloaded and installed into the standard $ANDROID_HOME/ndk/
directory.  Manually setting it here will override the auto-detected
values.  The keys can either be the "release" (e.g. r21e) or the
"revision" (e.g. 21.4.7075529).

https://developer.android.com/studio/projects/configure-agp-ndk#agp_version_41
* sdkmanager installs "ndk;12.3.4567890" into $ANDROID_SDK_ROOT/ndk/
* sdkmanager installs "ndk-bundle" into $ANDROID_SDK_ROOT/ndk-bundle/
2021-05-28 09:13:34 +02:00
..
.gitignore buildserver: buildserver/Vagrantfile is configed by .yaml file 2016-07-04 23:54:52 +02:00
config.buildserver.yml auto-detect NDKs installed in standard paths 2021-05-28 09:13:34 +02:00
provision-android-ndk buildserver: use standardized paths for the NDKs 2021-05-26 09:21:52 +02:00
provision-android-sdk Added newer ndks, gradles, latest sdk-license, and update java 1.8 version 2019-03-30 17:10:21 -04:00
provision-apt-get-install Fix after https://gitlab.com/fdroid/fdroidserver/-/merge_requests/853 2021-02-12 09:14:27 +00:00
provision-apt-proxy provisioners: work around apt-get update problem 2018-10-24 13:06:27 +02:00
provision-gradle buildserver: only install the latest gradle version 2021-03-11 08:40:34 +01:00
setup-env-vars buildserver: fix ssh BatchMode config 2021-05-25 17:21:26 +02:00
Vagrantfile buildserver: use standardized paths for the NDKs 2021-05-26 09:21:52 +02:00