From fceb36c7412ebb3c4175236b88e5782edca1b32c Mon Sep 17 00:00:00 2001 From: Brad Leege Date: Wed, 11 Mar 2015 15:08:41 -0500 Subject: #978 - Creating `android-project` task as an alias for `android-lib` to mirror `iproj` functionality --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 ############################################################ -- cgit v1.2.1