Remove mips workarounds.
Test: treehugger
Change-Id: Ibb8ca20ce42f8fa0435a7f1d7bb5e825d5d11156
diff --git a/Android.bp b/Android.bp
index 15c4458..a274618 100644
--- a/Android.bp
+++ b/Android.bp
@@ -277,30 +277,6 @@
},
},
- mips64: {
- local_include_dirs: [
- "decoder/mips",
- "common/mips",
- ],
-
- srcs: [
- "decoder/mips/ihevcd_function_selector.c",
- "decoder/mips/ihevcd_function_selector_mips_generic.c",
- ],
- },
-
- mips: {
- local_include_dirs: [
- "decoder/mips",
- "common/mips",
- ],
-
- srcs: [
- "decoder/mips/ihevcd_function_selector.c",
- "decoder/mips/ihevcd_function_selector_mips_generic.c",
- ],
- },
-
x86_64: {
cflags: [
"-DX86",