Remove use of ANDROID_NDK_HOST_OS
authorAlexander Galazin <alexander.galazin@arm.com>
Fri, 18 Oct 2019 08:36:23 +0000 (10:36 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 25 Oct 2019 11:17:13 +0000 (07:17 -0400)
The CMake variable is not needed after removal of the NDK r11 cmake files

Component: Framework

VK-GL-CTS issue: 2056

Change-Id: I6993d48e098dc567c7fc9edcfc13d0f39e6f04ad

scripts/android/build_apk.py

index 630cd41..4534a1e 100644 (file)
@@ -343,7 +343,6 @@ def buildNativeLibrary (config, abiName):
                                '-DDEQP_TARGET_TOOLCHAIN=ndk-modern',
                                '-DCMAKE_C_FLAGS=-Werror',
                                '-DCMAKE_CXX_FLAGS=-Werror',
-                               '-DANDROID_NDK_HOST_OS=%s' % config.env.ndk.hostOsName,
                                '-DANDROID_NDK_PATH=%s' % config.env.ndk.path,
                                '-DANDROID_ABI=%s' % abiName,
                                '-DDE_ANDROID_API=%s' % config.nativeApi,