summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlorntao <lorn.tao@mapbox.com>2017-08-22 15:32:11 +0800
committerlorntao <lorn.tao@mapbox.com>2017-08-22 15:32:11 +0800
commitbaac92159db67c510a2a5b7bf4f0b1e33e8eddba (patch)
tree5e6688a9981b364449d938b6ab5ab6baf553dfa2
parentc04258fe45ac95e14959915e0b730f790d3436a5 (diff)
downloadqtlocation-mapboxgl-baac92159db67c510a2a5b7bf4f0b1e33e8eddba.tar.gz
fix CI issue
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b09d1a9ba3..b99aacdeb9 100644
--- a/Makefile
+++ b/Makefile
@@ -525,7 +525,7 @@ android-core-test-$1: android-test-lib-$1
javac -sourcepath platform/android/src/test -d $(MBGL_ANDROID_CORE_TEST_DIR) -source 1.7 -target 1.7 @$(MBGL_ANDROID_CORE_TEST_DIR)/java-sources.txt
# Combine and dex
- cd $(MBGL_ANDROID_CORE_TEST_DIR) && $(ANDROID_HOME)/build-tools/25.0.0/dx --dex --output=test.jar *.class classes.dex
+ cd $(MBGL_ANDROID_CORE_TEST_DIR) && $(ANDROID_HOME)/build-tools/19.1.0/dx --dex --output=test.jar *.class classes.dex
run-android-core-test-$1-%: android-core-test-$1
# Ensure clean state on the device