Remove mips workarounds.

Test: treehugger
Change-Id: Ibb8ca20ce42f8fa0435a7f1d7bb5e825d5d11156
This commit is contained in:
Elliott Hughes 2020-03-06 21:38:10 -08:00
parent bc614efab5
commit 579f4d362b

View file

@ -277,30 +277,6 @@ cc_library_static {
},
},
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",