Add ndk r11c

This commit is contained in:
Boris Kraut 2016-08-12 20:24:54 +02:00
parent ec685342a4
commit 815961acc5
6 changed files with 12 additions and 2 deletions

View file

@ -6,13 +6,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 'r10e' set
# 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.
# ndk_paths = {
# 'r9b': None,
# 'r10e': None,
# 'r11c': None,
# 'r12b': "$ANDROID_NDK",
# }