diff options
| author | Rémi Verschelde | 2016-05-19 10:44:18 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-19 10:44:18 +0200 |
| commit | 5e0f0a962adddfc85957400b007b6b0c08160057 (patch) | |
| tree | da7c58437ef52809a9a71e293b555ffeca0dd409 /platform/android/detect.py | |
| parent | d7c9bb2565ceff2cff6d3cc9976810f5ab336040 (diff) | |
| download | godot-5e0f0a962adddfc85957400b007b6b0c08160057.tar.gz godot-5e0f0a962adddfc85957400b007b6b0c08160057.tar.zst godot-5e0f0a962adddfc85957400b007b6b0c08160057.zip | |
Android buildsystem: Drop obsolete NDK_TOOLCHAIN argument
It was a duplicate of NDK_TARGET, and not used for anything.
Diffstat (limited to 'platform/android/detect.py')
| -rw-r--r-- | platform/android/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py index 7d7fd174e..11b14eb98 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -21,7 +21,6 @@ def get_opts(): return [ ('ANDROID_NDK_ROOT', 'the path to Android NDK', os.environ.get("ANDROID_NDK_ROOT", 0)), - ('NDK_TOOLCHAIN', 'toolchain to use for the NDK',"arm-eabi-4.4.0"), ('NDK_TARGET', 'toolchain to use for the NDK',os.environ.get("NDK_TARGET", "arm-linux-androideabi-4.9")), ('NDK_TARGET_X86', 'toolchain to use for the NDK x86',os.environ.get("NDK_TARGET_X86", "x86-4.9")), ('ndk_platform', 'compile for platform: (android-<api> , example: android-15)',"android-15"), |
