aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-03-06 18:17:32 -0800
committerElliott Hughes <enh@google.com>2020-03-06 18:17:32 -0800
commitf3847e4a0c69473e2d0c3410bd960104167711b9 (patch)
tree740ee4d2ae58f847b3804362becab8f9c001c31a
parentf1cb53780e02e7a9112b4aa53a132cae53a1fa15 (diff)
downloadstrace-f3847e4a0c69473e2d0c3410bd960104167711b9.tar.gz
Remove mips workaround.
Test: treehugger Change-Id: I62a84a6e9bf06c8313f4fa75efc457212ed58295
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 8ef0406b8..f3ac51ec1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -289,12 +289,6 @@ cc_binary {
"linux",
],
},
- mips: {
- enabled: false,
- },
- mips64: {
- enabled: false,
- },
x86: {
cflags: ["-DI386=1"] + ["-DHAVE_STRUCT___OLD_KERNEL_STAT=1"],