diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-02-28 17:08:14 -0800 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-03-10 10:34:30 -0800 |
commit | 6fdcbb61a40b3e637f778c31f773e370374b99c5 (patch) | |
tree | a8ffaa39929d447ad091f38ff8a64d2b78832df9 /Makefile | |
parent | 3eaf984357afa77a676fdc8f8eb5859dbd6ca25c (diff) | |
download | qtlocation-mapboxgl-6fdcbb61a40b3e637f778c31f773e370374b99c5.tar.gz |
[build] add Makefile target for opening Android Studio project on macOS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -645,6 +645,12 @@ android-checkstyle: android-javadoc: cd platform/android && ./gradlew :MapboxGLAndroidSDK:javadocrelease +ifeq ($(HOST_PLATFORM), macos) +.PHONY: aproj +aproj: + open -b com.google.android.studio platform/android +endif + #### Miscellaneous targets ##################################################### .PHONY: style-code |