summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-03-06 21:34:18 -0800
committerElliott Hughes <enh@google.com>2020-03-07 10:16:16 -0800
commit1200acd816010d82280fcebc1bf91b2cfe9d448d (patch)
tree2aef583d37aacaa53f39d7786c98aec433ab10f0
parent4a0a4760bb8294838911c9e3803f282873755fac (diff)
downloadmclinker-1200acd816010d82280fcebc1bf91b2cfe9d448d.tar.gz
Remove mips workarounds.
Test: treehugger Change-Id: If84b54fc6cfac187e8dd8653bdf025dd7bb6f61a
-rw-r--r--tools/mcld/Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/mcld/Android.bp b/tools/mcld/Android.bp
index 9e6cc8a..3050946 100644
--- a/tools/mcld/Android.bp
+++ b/tools/mcld/Android.bp
@@ -67,12 +67,6 @@ cc_binary {
// Include ARM libs to enable 32-bit linking on AARCH64 targets
static_libs: MCLD_ARM_LIBS + MCLD_AARCH64_LIBS,
},
- android_mips: {
- static_libs: MCLD_MIPS_LIBS,
- },
- android_mips64: {
- static_libs: MCLD_MIPS_LIBS,
- },
android_x86: {
static_libs: MCLD_X86_LIBS,
},