Remove mips workarounds. am: 748aa1e459
Change-Id: I3205d9efc01850d06262cd7946d14e5247c93374
This commit is contained in:
commit
db13a9728d
1 changed files with 0 additions and 30 deletions
30
Android.bp
30
Android.bp
|
|
@ -159,18 +159,6 @@ cc_library_static {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
mips: {
|
|
||||||
local_include_dirs: ["common/mips"],
|
|
||||||
|
|
||||||
srcs: ["decoder/mips/ih264d_function_selector.c"],
|
|
||||||
},
|
|
||||||
|
|
||||||
mips64: {
|
|
||||||
local_include_dirs: ["common/mips"],
|
|
||||||
|
|
||||||
srcs: ["decoder/mips/ih264d_function_selector.c"],
|
|
||||||
},
|
|
||||||
|
|
||||||
x86: {
|
x86: {
|
||||||
cflags: [
|
cflags: [
|
||||||
"-DX86",
|
"-DX86",
|
||||||
|
|
@ -416,24 +404,6 @@ cc_library_static {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
mips: {
|
|
||||||
local_include_dirs: [
|
|
||||||
"common/mips",
|
|
||||||
"encoder/mips",
|
|
||||||
],
|
|
||||||
|
|
||||||
srcs: ["encoder/mips/ih264e_function_selector.c"],
|
|
||||||
},
|
|
||||||
|
|
||||||
mips64: {
|
|
||||||
local_include_dirs: [
|
|
||||||
"common/mips",
|
|
||||||
"encoder/mips",
|
|
||||||
],
|
|
||||||
|
|
||||||
srcs: ["encoder/mips/ih264e_function_selector.c"],
|
|
||||||
},
|
|
||||||
|
|
||||||
x86: {
|
x86: {
|
||||||
cflags: [
|
cflags: [
|
||||||
"-DX86",
|
"-DX86",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue