From: Alexander Galazin Date: Fri, 18 Oct 2019 08:36:23 +0000 (+0200) Subject: Remove use of ANDROID_NDK_HOST_OS X-Git-Tag: upstream/1.3.5~1756 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee91ad5025473fe167e4f9174fb91db71bdf732a;p=platform%2Fupstream%2FVK-GL-CTS.git 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 --- 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,