summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-06 16:13:25 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-17 11:42:47 -0800
commitb29bce0936ac711b7fa6c2a43684696021dfb668 (patch)
tree8515a6923421df3ef7c5b2dd660c9d11f1016b65 /Makefile
parentfe0baffe0dfbf369f422e175c0fcf3dda9055118 (diff)
downloadqtlocation-mapboxgl-b29bce0936ac711b7fa6c2a43684696021dfb668.tar.gz
add ca bundle loading back to CURL
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a409f4bd7f..da9b2aae1e 100644
--- a/Makefile
+++ b/Makefile
@@ -166,6 +166,9 @@ android-lib-%: Makefile/android-%
@$(ENV_android-$*) ./scripts/flock.py -v build/Android.lock $(MAKE) -C build/android-$* BUILDTYPE=$(BUILDTYPE) androidapp
# Builds the selected/default Android library
+android-lib: android-lib-$(ANDROID_ABI)
+
+# Builds the selected/default Android library
android: android-lib-$(ANDROID_ABI)
cd android/java && ./gradlew --parallel-threads=$(JOBS) build