Skip to content

Commit

Permalink
Trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Sep 18, 2019
1 parent 49712fa commit 57739d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mk/update-travis-yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,8 @@ def format_entry(os, target, compiler, rust, mode, features):
template = entry_template

if sys == "darwin":
abi = sys
sys = "macos"
elif sys == "androideabi":
abi = sys
sys = "linux"
template += """
language: android
Expand All @@ -151,16 +149,13 @@ def format_entry(os, target, compiler, rust, mode, features):
- build-tools-26.0.2
- sys-img-armeabi-v7a-android-18"""
elif sys == "android":
abi = sys
sys = "linux"
template += """
language: android
android:
components:
- android-21
- build-tools-26.0.2"""
elif len(target_words) > 3:
abi = target_words[3]

def prefix_all(prefix, xs):
return [prefix + x for x in xs]
Expand Down

0 comments on commit 57739d1

Please sign in to comment.