summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvglasow <michael@vonglasow.com>2017-01-31 02:23:56 +0100
committerGitHub <noreply@github.com>2017-01-31 02:23:56 +0100
commit5607f355e77250cebd5326a7c7959eb07c12adc2 (patch)
tree344e2f6458887516899604c3b51fc71cbcaee1af
parent6772f29e12b7755c3d7b19db22cdd22992425959 (diff)
parent7782ba30130fb0aadb6ffea1596b29560796fdf2 (diff)
downloadnavit-5607f355e77250cebd5326a7c7959eb07c12adc2.tar.gz
Merge pull request #205 from mvglasow/trac1348R7275
Fix:port/android:Fix "invalid DT_NEEDED" warnings on API 23+, fixes #1348
-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)