commit | 24461aa7c90cc1b2a83072f42a2d453e3d059732 | [log] [tgz] |
---|---|---|
author | Stephen Hines <[email protected]> | Thu Jun 25 14:12:15 2015 -0700 |
committer | Stephen Hines <[email protected]> | Thu Jun 25 14:12:15 2015 -0700 |
tree | a23b158d6374d3c07418e484193769bf64b8f809 | |
parent | 565f98163670bf65d14803726b414c1e77791856 [diff] |
Fix update_rs_prebuilts.sh so that it works on the latest MacOS. Change-Id: I11531f2de998fb291fd6d07883d5a103115b09af
diff --git a/update_rs_prebuilts.sh b/update_rs_prebuilts.sh index 89d7ac1..c08cc79 100755 --- a/update_rs_prebuilts.sh +++ b/update_rs_prebuilts.sh
@@ -4,7 +4,7 @@ MY_ANDROID_DIR=$PWD/../../ cd $MY_ANDROID_DIR -if [ $OSTYPE == 'darwin13' ]; +if [ $OSTYPE == 'darwin13' ] || [ $OSTYPE == 'darwin14' ]; then DARWIN=1