summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-03-11 15:08:41 -0500
committerBrad Leege <bleege@gmail.com>2015-03-11 15:08:41 -0500
commitfceb36c7412ebb3c4175236b88e5782edca1b32c (patch)
treea466a77146c93eca9208a7b9130a06fe5d9f875b /Makefile
parent5f4a2a66c76982c34d200916367eb760425ebbfa (diff)
downloadqtlocation-mapboxgl-fceb36c7412ebb3c4175236b88e5782edca1b32c.tar.gz
#978 - Creating `android-project` task as an alias for `android-lib` to mirror `iproj` functionality
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff05884c97..9ec88ec6c8 100644
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,7 @@ android-all: $(ANDROID_ABIS)
android-deploy: $(ANDROID_ABIS)
cd android/java/MapboxGLAndroidSDK && chmod ugo+x deploy.sh && ./deploy.sh
+android-project: android-lib
##### Render builds ############################################################