Remove mips workarounds. am: 579f4d362b

Change-Id: I4177804589bb8dabff26c0649a59bca1b28ef6c9
This commit is contained in:
Automerger Merge Worker 2020-03-10 00:14:17 +00:00
commit 4b32a0f045

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",