From 197f0ca6b418a27412bfcc7e891ab80949fd8833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 11 Apr 2017 17:18:09 +0200 Subject: [android] use AAssetManager instead of libzip --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 670d5a71ca..dab827d77b 100644 --- a/Makefile +++ b/Makefile @@ -531,10 +531,6 @@ run-android-core-test-$1-%: android-core-test-$1 # Ensure clean state on the device adb shell "rm -Rf $(MBGL_ANDROID_LOCAL_WORK_DIR) && mkdir -p $(MBGL_ANDROID_LOCAL_WORK_DIR)/test" - # Generate zipped asset files - cd test/fixtures/api && zip -r assets.zip assets && cd - - cd test/fixtures/storage && zip -r assets.zip assets && cd - - # Push all needed files to the device adb push $(MBGL_ANDROID_CORE_TEST_DIR)/test.jar $(MBGL_ANDROID_LOCAL_WORK_DIR) > /dev/null 2>&1 adb push test/fixtures $(MBGL_ANDROID_LOCAL_WORK_DIR)/test > /dev/null 2>&1 -- cgit v1.2.1