From 4b31f0649c530e34044dd4cb87b3267b2ec5e620 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 10 Apr 2014 17:34:41 +0200 Subject: 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. --- Modules/Platform/Android.cmake | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Modules/Platform/Android.cmake diff --git a/Modules/Platform/Android.cmake b/Modules/Platform/Android.cmake deleted file mode 100644 index a4c122d..0000000 --- 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 "") -- cgit v0.12