Skip to content
Snippets Groups Projects
Commit 5ad98b04 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

Updated Android.bp to build fuzzer target

Test: av1_dec_fuzzer
Bug: 135058814
Change-Id: I0439e7a39615a75bae04f3d1129abdbfd0aea91b
parent aab07a44
No related branches found
No related tags found
No related merge requests found
......@@ -508,3 +508,45 @@ cc_library_static {
},
}
cc_fuzz {
name: "av1_dec_fuzzer",
host_supported: true,
srcs: [
"libaom/examples/av1_dec_fuzzer.cc",
],
arch: {
arm: {
neon: {
local_include_dirs: [
"config/",
"config/arm/",
],
},
},
arm64: {
local_include_dirs: [
"config/",
"config/arm64/",
],
},
x86: {
local_include_dirs: [
"config/",
"config/x86/",
],
},
x86_64: {
local_include_dirs: [
"config/",
"config/x86_64/",
],
},
},
static_libs: [
"libaom",
],
}
......@@ -107,3 +107,45 @@ cc_library_static {
},
}
cc_fuzz {
name: "av1_dec_fuzzer",
host_supported: true,
srcs: [
"libaom/examples/av1_dec_fuzzer.cc",
],
arch: {
arm: {
neon: {
local_include_dirs: [
"config/",
"config/arm/",
],
},
},
arm64: {
local_include_dirs: [
"config/",
"config/arm64/",
],
},
x86: {
local_include_dirs: [
"config/",
"config/x86/",
],
},
x86_64: {
local_include_dirs: [
"config/",
"config/x86_64/",
],
},
},
static_libs: [
"libaom",
],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment