diff options
author | mvglasow <michael -at- vonglasow.com> | 2017-01-31 01:41:36 +0100 |
---|---|---|
committer | mvglasow <michael -at- vonglasow.com> | 2017-01-31 01:41:36 +0100 |
commit | 7782ba30130fb0aadb6ffea1596b29560796fdf2 (patch) | |
tree | 344e2f6458887516899604c3b51fc71cbcaee1af /CMakeLists.txt | |
parent | 6772f29e12b7755c3d7b19db22cdd22992425959 (diff) | |
download | navit-7782ba30130fb0aadb6ffea1596b29560796fdf2.tar.gz |
Fix:port/android:Fix "invalid DT_NEEDED" warnings on API 23+, fixes #1348
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 3 |
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) |