summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Modules/Platform/Android/abi-x86-Clang.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.17/Modules/Platform/Android/abi-x86-Clang.cmake')
-rw-r--r--share/cmake-3.17/Modules/Platform/Android/abi-x86-Clang.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/cmake-3.17/Modules/Platform/Android/abi-x86-Clang.cmake b/share/cmake-3.17/Modules/Platform/Android/abi-x86-Clang.cmake
new file mode 100644
index 0000000..fe7eace
--- /dev/null
+++ b/share/cmake-3.17/Modules/Platform/Android/abi-x86-Clang.cmake
@@ -0,0 +1,4 @@
+# <ndk>/build/core/toolchains/x86-clang/setup.mk
+set(_ANDROID_ABI_CLANG_TARGET "i686-none-linux-android")
+
+include(Platform/Android/abi-common-Clang)