forked from organicmaps/organicmaps
[android] Linked static libs to mapswithme.so
This commit is contained in:
parent
c2cd25a23d
commit
33d868612b
2 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,9 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE := mapswithme
|
||||
LOCAL_SRC_FILES := main_native.cpp
|
||||
LOCAL_LDLIBS := -llog
|
||||
LOCAL_LDLIBS := -llog -L../../omim-android-release/out/release \
|
||||
-lwords -lmap -lstorage -lversion -lsearch -lindexer -lyg -lplatform \
|
||||
-lgeometry -lcoding -lbase -lexpat -lfreetype -lfribidi -lzlib -lbzip2 \
|
||||
-ljansson -ltomcrypt
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
2
android/jni/Application.mk
Normal file
2
android/jni/Application.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
APP_STL := stlport_static
|
||||
APP_CFLAGS += -I../3party/boost
|
Loading…
Add table
Reference in a new issue