summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android.cmake
blob: a4c122ddf37cf051b7d6c105cc374c572d9ff42a (plain)
1
2
3
4
5
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 "")