summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d154e1e6c..e2b869203 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -600,9 +600,6 @@ if (SAMPLE_MAP)
endif(SAMPLE_MAP)
if(ANDROID)
- # for android API 3 compatiblity
- SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,/data/data/org.navitproject.navit/lib/")
-
find_program(ANDROID_LOCATION NAMES android android.bat)
find_program(ANT_LOCATION NAMES ant)
if (NOT ANT_LOCATION)