summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-12-20 16:41:32 +0100
committerGitHub <noreply@github.com>2016-12-20 16:41:32 +0100
commit999747ee0fc8bcdecb12722cbba2ad57a68931b7 (patch)
treedbe53852e8cbb3920b912602976733bcbcf40627 /Makefile
parent161035e6bb98d0e3a48f116f36ceada0713922e1 (diff)
downloadqtlocation-mapboxgl-999747ee0fc8bcdecb12722cbba2ad57a68931b7.tar.gz
[android] - only build phone module (#7498)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 344522e156..40f8d18568 100644
--- a/Makefile
+++ b/Makefile
@@ -505,11 +505,11 @@ android-lib-$1: build/android-$1/$(BUILDTYPE)/Makefile
.PHONY: android-$1
android-$1: android-lib-$1
- cd platform/android && ./gradlew --parallel --max-workers=$(JOBS) assemble$(BUILDTYPE)
+ cd platform/android && ./gradlew --parallel --max-workers=$(JOBS) :MapboxGLAndroidSDKTestApp:assemble$(BUILDTYPE)
run-android-core-test-$1: android-test-lib-$1
# Compile main sources and extract the classes (using the test app to get all transitive dependencies in one place)
- cd platform/android && ./gradlew assembleDebug
+ cd platform/android && ./gradlew :MapboxGLAndroidSDKTestApp:assembleDebug
unzip -o platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk classes.dex -d build/android-$1/$(BUILDTYPE)
#Compile Test runner