diff options
author | Cameron Mace <cameron@mapbox.com> | 2017-02-08 15:22:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-08 15:22:40 -0500 |
commit | 6d69686a12f5fb3761e3318410f5626198d0b92c (patch) | |
tree | ae792582a430c7c43ad17f0042eb0d8d03084ee7 | |
parent | bb931505c5f11c21a31cdd7be6fe036ca44e729d (diff) | |
download | qtlocation-mapboxgl-6d69686a12f5fb3761e3318410f5626198d0b92c.tar.gz |
removed make android-lib-x86-64 from bitrise script so snapshots build (#7986)
-rw-r--r-- | platform/android/bitrise.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml index 9adf561784..72bd67edb8 100644 --- a/platform/android/bitrise.yml +++ b/platform/android/bitrise.yml @@ -298,7 +298,6 @@ workflows: make android-lib-arm-v7 make android-lib-arm-v8 make android-lib-x86 - make android-lib-x86-64 cd platform/android && ./gradlew :MapboxGLAndroidSDK:assembleRelease - script: title: Log metrics |