Fix macOS build.
am: 724246bc74
Change-Id: I2070e71670899aa6e527be12256328360b916b47
This commit is contained in:
commit
8332c17863
2 changed files with 10 additions and 0 deletions
|
|
@ -8,4 +8,9 @@ cc_fuzz {
|
|||
"libavcdec",
|
||||
"liblog",
|
||||
],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,11 @@ cc_test {
|
|||
srcs: ["decoder/main.c"],
|
||||
static_libs: ["libavcdec"],
|
||||
shared_libs: ["liblog"],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue