diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2018-06-01 17:24:25 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2018-08-20 18:22:29 -0400 |
commit | 74c1e00d8163f255bb4141ff3549bbdedd7ea766 (patch) | |
tree | d3960a6cff086d3ca2240fcc6eaa863dba4910c2 /support/android/fakeld | |
parent | d34403047e806fa6c8c2468946f64429622ec434 (diff) | |
download | servo-74c1e00d8163f255bb4141ff3549bbdedd7ea766.tar.gz servo-74c1e00d8163f255bb4141ff3549bbdedd7ea766.zip |
Upgraded to SM 60
Diffstat (limited to 'support/android/fakeld')
-rwxr-xr-x | support/android/fakeld/fake-ld-arm.sh | 2 | ||||
-rwxr-xr-x | support/android/fakeld/fake-ld-x86.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/android/fakeld/fake-ld-arm.sh b/support/android/fakeld/fake-ld-arm.sh index e0ad523b023..f9bc599c48e 100755 --- a/support/android/fakeld/fake-ld-arm.sh +++ b/support/android/fakeld/fake-ld-arm.sh @@ -11,5 +11,5 @@ set -o pipefail source ./support/android/fakeld/fake-ld.sh export _GCC_PARAMS="${@}" -call_gcc "arch-arm" "arm-linux-androideabi" "android-18" "armeabi" \ +call_gcc "arch-arm" "arm-linux-androideabi" "android-21" "armeabi" \ "arm-linux-androideabi" diff --git a/support/android/fakeld/fake-ld-x86.sh b/support/android/fakeld/fake-ld-x86.sh index 2f01846d42f..3a17c842bd3 100755 --- a/support/android/fakeld/fake-ld-x86.sh +++ b/support/android/fakeld/fake-ld-x86.sh @@ -11,4 +11,4 @@ set -o pipefail source ./support/android/fakeld/fake-ld.sh export _GCC_PARAMS="${@}" -call_gcc "arch-x86" "x86" "android-18" "x86" "i686-linux-android" +call_gcc "arch-x86" "x86" "android-21" "x86" "i686-linux-android" |