aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/bin
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-12-05 08:50:20 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2017-12-05 17:19:45 +0000
commitf32b27d2e4872966a360fb296acccae3e186a4a5 (patch)
treeca13fabaf9203ebb462aacf8dc00539f8d76b2af /platform_tools/android/bin
parent1447177005fcbac83acd501766a46c751a49ae73 (diff)
remove mips support and bots
The NDK has deprecated mips and mips64: https://developer.android.com/ndk/guides/abis.html Might as well clean this up now while I remember. Change-Id: Ie4b2334c75208082067cc16fe355d0349c7e0904 Reviewed-on: https://skia-review.googlesource.com/80560 Reviewed-by: Derek Sollenberger <djsollen@google.com>
Diffstat (limited to 'platform_tools/android/bin')
-rwxr-xr-xplatform_tools/android/bin/android_build_app4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform_tools/android/bin/android_build_app b/platform_tools/android/bin/android_build_app
index dae08530d2..31afe96c2d 100755
--- a/platform_tools/android/bin/android_build_app
+++ b/platform_tools/android/bin/android_build_app
@@ -40,10 +40,6 @@ elif target_cpu == "x86":
android_variant = "x86"
elif target_cpu == "x64":
android_variant = "x86_64"
-elif target_cpu == "mipsel":
- android_variant = "mips"
-elif target_cpu == "mips64el":
- android_variant = "mips64"
else:
sys.exit("unknown target_cpu")