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:
authorSergey Yershov <syershov@maps.me>2016-11-16 18:25:29 +0300
committerSergey Yershov <syershov@maps.me>2016-11-17 13:29:48 +0300
commite07c045df9f0d01c5e1da70772ec0d60ac0a1383 (patch)
treea57997c5233d5c6aac65faa487fd8df279d6fbcf /indexer
parent752d95fa3d43da66a17cab32f4295a03c8cc84a6 (diff)
Remove tomcrypt lib
Diffstat (limited to 'indexer')
-rw-r--r--indexer/indexer_tests/indexer_tests.pro2
-rw-r--r--indexer/indexer_tests/jni/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/indexer/indexer_tests/indexer_tests.pro b/indexer/indexer_tests/indexer_tests.pro
index fa4437dde5..1ff165f0ac 100644
--- a/indexer/indexer_tests/indexer_tests.pro
+++ b/indexer/indexer_tests/indexer_tests.pro
@@ -6,7 +6,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = generator_tests_support search_tests_support indexer_tests_support \
platform_tests_support generator search routing indexer storage editor \
- platform coding geometry base stats_client jansson tess2 protobuf tomcrypt \
+ platform coding geometry base stats_client jansson tess2 protobuf \
succinct opening_hours pugixml
include($$ROOT_DIR/common.pri)
diff --git a/indexer/indexer_tests/jni/Android.mk b/indexer/indexer_tests/jni/Android.mk
index 68195b9af3..cb9ab99ee3 100644
--- a/indexer/indexer_tests/jni/Android.mk
+++ b/indexer/indexer_tests/jni/Android.mk
@@ -10,6 +10,6 @@ include ../../android/UnitTests/jni/AndroidBeginning.mk
LOCAL_MODULE := indexer_tests
-LOCAL_STATIC_LIBRARIES := succinct android_native_app_glue indexer platform geometry coding base protobuf tomcrypt opening_hours minizip zlib
+LOCAL_STATIC_LIBRARIES := succinct android_native_app_glue indexer platform geometry coding base protobuf opening_hours minizip zlib
include ../../android/UnitTests/jni/AndroidEnding.mk