[android] Linked static libs to mapswithme.so

This commit is contained in:
Alex Zolotarev 2011-06-20 23:03:45 +03:00 committed by Alex Zolotarev
parent c2cd25a23d
commit 33d868612b
2 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -0,0 +1,2 @@
APP_STL := stlport_static
APP_CFLAGS += -I../3party/boost