Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/jni/Android.mk')
-rw-r--r--android/jni/Android.mk33
1 files changed, 13 insertions, 20 deletions
diff --git a/android/jni/Android.mk b/android/jni/Android.mk
index 67ec496d72..5a15218cb7 100644
--- a/android/jni/Android.mk
+++ b/android/jni/Android.mk
@@ -13,7 +13,7 @@ endif
# List all static libraries which are built using our own scripts in tools/android #
####################################################################################
-MY_PREBUILT_LIBS_PATH := ../../../omim-android-$(OMIM_CONFIG)-$(TARGET_ARCH_ABI)/out/$(OMIM_CONFIG)
+MY_PREBUILT_LIBS_PATH := ../../../omim-android-drape-$(OMIM_CONFIG)-$(TARGET_ARCH_ABI)/out/$(OMIM_CONFIG)
# Avoid clean errors due to missing external static libs
ifneq ($(MAKECMDGOALS),clean)
@@ -25,7 +25,7 @@ define add_prebuild_static_lib
include $(PREBUILT_STATIC_LIBRARY)
endef
-prebuild_static_libs := osrm protobuf tomcrypt jansson minizip fribidi freetype expat base coding geometry anim platform graphics indexer storage search routing gui render map stats_client succinct opening_hours
+prebuild_static_libs := osrm protobuf tomcrypt jansson minizip fribidi freetype expat base coding geometry anim platform drape indexer storage search routing drape_frontend map stats_client succinct opening_hours
$(foreach item,$(prebuild_static_libs),$(eval $(call add_prebuild_static_lib,$(item))))
@@ -60,21 +60,17 @@ LOCAL_HEADER_FILES := \
../../private.h \
com/mapswithme/core/jni_helper.hpp \
com/mapswithme/core/logging.hpp \
- com/mapswithme/core/render_context.hpp \
com/mapswithme/maps/Framework.hpp \
com/mapswithme/maps/MapStorage.hpp \
com/mapswithme/platform/Platform.hpp \
com/mapswithme/platform/http_thread_android.hpp \
- nv_thread/nv_thread.hpp \
- nv_event/nv_event_queue.hpp \
- nv_event/nv_event.hpp \
- nv_event/nv_keycode_mapping.hpp \
- nv_event/scoped_profiler.hpp
+ com/mapswithme/opengl/android_gl_utils.hpp \
+ com/mapswithme/opengl/androidoglcontext.hpp \
+ com/mapswithme/opengl/androidoglcontextfactory.hpp \
LOCAL_SRC_FILES := \
com/mapswithme/core/jni_helper.cpp \
com/mapswithme/core/logging.cpp \
- com/mapswithme/core/render_context.cpp \
com/mapswithme/country/country_helper.cpp \
com/mapswithme/country/CountryTree.cpp \
com/mapswithme/country/ActiveCountryTree.cpp \
@@ -83,10 +79,9 @@ LOCAL_SRC_FILES := \
com/mapswithme/maps/bookmarks/data/BookmarkManager.cpp \
com/mapswithme/maps/bookmarks/data/BookmarkCategory.cpp \
com/mapswithme/maps/sound/tts.cpp \
- com/mapswithme/maps/VideoTimer.cpp \
com/mapswithme/maps/MapFragment.cpp \
- com/mapswithme/maps/MwmApplication.cpp \
- com/mapswithme/maps/Lifecycle.cpp \
+ com/mapswithme/maps/RenderActivity.cpp \
+ com/mapswithme/maps/MWMApplication.cpp \
com/mapswithme/maps/LocationState.cpp \
com/mapswithme/maps/MapStorage.cpp \
com/mapswithme/maps/DownloadResourcesActivity.cpp \
@@ -98,14 +93,12 @@ LOCAL_SRC_FILES := \
com/mapswithme/platform/HttpThread.cpp \
com/mapswithme/platform/Language.cpp \
com/mapswithme/platform/PThreadImpl.cpp \
- com/mapswithme/util/StringUtils.cpp \
- com/mapswithme/util/Config.cpp \
- nv_thread/nv_thread.cpp \
- nv_event/nv_event_queue.cpp \
- nv_event/nv_event.cpp \
- nv_time/nv_time.cpp \
-
-LOCAL_LDLIBS := -llog -lGLESv2 -latomic -lz
+ com/mapswithme/utils/StringUtils.cpp \
+ com/mapswithme/util/Config.cpp \
+ com/mapswithme/opengl/androidoglcontext.cpp \
+ com/mapswithme/opengl/androidoglcontextfactory.cpp \
+
+LOCAL_LDLIBS := -llog -landroid -lEGL -lGLESv2 -latomic -lz
LOCAL_LDLIBS += -Wl,--gc-sections