build: remove default NDK, closes #717

This commit is contained in:
Hans-Christoph Steiner 2021-05-12 14:24:05 +02:00
parent 69fcd6a024
commit 9fc2a23713
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
5 changed files with 8 additions and 23 deletions

View file

@ -5,14 +5,14 @@
# Custom path to the Android SDK, defaults to $ANDROID_HOME
# sdk_path: $ANDROID_HOME
# Custom paths to various versions of the Android NDK, defaults to 'r12b' set
# to $ANDROID_NDK. Most users will have the latest at $ANDROID_NDK, which is
# used by default. If a version is missing or assigned to None, it is assumed
# not installed.
# Paths to various installed versions of the Android NDK. If a
# required version is missing in the buildserver VM, it will be
# automatically downloaded and installed into a temporary dir.
#
# ndk_paths:
# r10e: None
# r11c: None
# r12b: $ANDROID_NDK
# r12b: None
# r13b: None
# r14b: None
# r15c: None