summaryrefslogtreecommitdiff
path: root/Modules/Platform/Android.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-10 17:34:41 +0200
committerStephen Kelly <steveire@gmail.com>2014-04-10 17:34:41 +0200
commit4b31f0649c530e34044dd4cb87b3267b2ec5e620 (patch)
treed33f6386ab1219e2483ae133f5fb01c80ff101ce /Modules/Platform/Android.cmake
parent5c63c1319030222b1dbf49684ee303c5532f2a3b (diff)
downloadcmake-4b31f0649c530e34044dd4cb87b3267b2ec5e620.tar.gz
Revert "Modules: Add an Andriod platform file"
This reverts commit 77f06b145d57c4665ff5d71b89a70c54a009ad14. It may be re-added in the future when the requirements for that platform are better known and supported by CMake.
Diffstat (limited to 'Modules/Platform/Android.cmake')
-rw-r--r--Modules/Platform/Android.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/Platform/Android.cmake b/Modules/Platform/Android.cmake
deleted file mode 100644
index a4c122ddf3..0000000000
--- a/Modules/Platform/Android.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-include(Platform/Linux)
-set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "")
-# RPath is useless on Android, because we can't determine the installation
-# location ahead of time.
-set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "")