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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2016-02-12 17:03:10 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:22:09 +0300
commit05996dcc03672610eb158aef4cdff27b975b8cbc (patch)
tree2eb85507b877689d4080684c5105b3378300ab4c /android/UnitTests
parentb9cbed92a8882f68cfa2d705bf6bb7705c714962 (diff)
[new downloader] Fixed android tests
Diffstat (limited to 'android/UnitTests')
-rw-r--r--android/UnitTests/jni/AndroidBeginning.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/UnitTests/jni/AndroidBeginning.mk b/android/UnitTests/jni/AndroidBeginning.mk
index e0dca37833..51c9902b5c 100644
--- a/android/UnitTests/jni/AndroidBeginning.mk
+++ b/android/UnitTests/jni/AndroidBeginning.mk
@@ -23,7 +23,7 @@ define add_prebuild_static_lib
include $(PREBUILT_STATIC_LIBRARY)
endef
-prebuild_static_libs := minizip osrm protobuf tomcrypt jansson fribidi freetype expat base coding geometry anim platform graphics indexer storage search routing gui map opening_hours stats_client succinct
+prebuild_static_libs := minizip osrm protobuf tomcrypt jansson fribidi freetype expat base coding geometry platform indexer storage search routing map opening_hours stats_client succinct
$(foreach item,$(prebuild_static_libs),$(eval $(call add_prebuild_static_lib,$(item))))
@@ -59,6 +59,6 @@ LOCAL_SRC_FILES += $(ROOT_PATH_FROM_JNI)/testing/testingmain.cpp
LOCAL_SRC_FILES += $(ROOT_PATH_FROM_JNI)/android/UnitTests/jni/mock.cpp
LOCAL_SRC_FILES += ./test.cpp
-LOCAL_LDLIBS := -llog -landroid -lEGL -lGLESv1_CM
+LOCAL_LDLIBS := -llog -landroid -lEGL -lGLESv1_CM
LOCAL_LDLIBS += -lGLESv2 -latomic -lz
LOCAL_LDLIBS += -Wl,--gc-sections