summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android-Clang.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Android-Clang.cmake')
-rw-r--r--Modules/Platform/Android-Clang.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Android-Clang.cmake b/Modules/Platform/Android-Clang.cmake
index d16d342..b33f376 100644
--- a/Modules/Platform/Android-Clang.cmake
+++ b/Modules/Platform/Android-Clang.cmake
@@ -36,6 +36,8 @@ endif()
include(Platform/Android-Common)
+include(Platform/Android/abi-${CMAKE_ANDROID_ARCH_ABI}-Clang)
+
macro(__android_compiler_clang lang)
__android_compiler_common(${lang})
endmacro()