From ee91ad5025473fe167e4f9174fb91db71bdf732a Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Fri, 18 Oct 2019 10:36:23 +0200 Subject: [PATCH] Remove use of ANDROID_NDK_HOST_OS 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/android/build_apk.py b/scripts/android/build_apk.py index 630cd41..4534a1e 100644 --- a/scripts/android/build_apk.py +++ b/scripts/android/build_apk.py @@ -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, -- 2.7.4