diff options
author | Langston Smith <langston.smith@mapbox.com> | 2019-02-14 17:24:41 -0800 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2019-03-07 18:46:51 +0100 |
commit | 13a6f4c3dbd9f734dae0f0e3941748d912add449 (patch) | |
tree | 3d4e4fcb6bc4a5dcbd53deabed48b4f0aaf341a1 /Makefile | |
parent | fa4fa5d9fe41874d463ba8df29db61ba4bc1b89e (diff) | |
download | qtlocation-mapboxgl-13a6f4c3dbd9f734dae0f0e3941748d912add449.tar.gz |
[android] initial additions for bintray plugin setup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -712,6 +712,11 @@ run-android-upload-archives: platform/android/gradle/configuration.gradle run-android-upload-archives-local: platform/android/gradle/configuration.gradle cd platform/android && export IS_LOCAL_DEVELOPMENT=true && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all :MapboxGLAndroidSDK:uploadArchives +# Uploads the compiled Android SDK to Bintray +.PHONY: run-android-upload-to-bintray +run-android-upload-to-bintray: platform/android/gradle/configuration.gradle + cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all :MapboxGLAndroidSDK:bintrayUpload + # Dump system graphics information for the test app .PHONY: android-gfxinfo android-gfxinfo: |