summaryrefslogtreecommitdiff
path: root/Modules/Platform/Android/abi-common-Clang.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Android/abi-common-Clang.cmake')
-rw-r--r--Modules/Platform/Android/abi-common-Clang.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Platform/Android/abi-common-Clang.cmake b/Modules/Platform/Android/abi-common-Clang.cmake
new file mode 100644
index 000000000..60251709d
--- /dev/null
+++ b/Modules/Platform/Android/abi-common-Clang.cmake
@@ -0,0 +1,6 @@
+string(APPEND _ANDROID_ABI_INIT_CFLAGS
+ #" -Wno-invalid-command-line-argument"
+ #" -Wno-unused-command-line-argument"
+ )
+
+include(Platform/Android/abi-common)