You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
893 B
55 lines
893 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "libskia_image_processor_fuzzer",
|
|
|
|
srcs: [
|
|
"libskia_image_processor_fuzzer.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libdng_sdk",
|
|
"libft2",
|
|
"libjpeg",
|
|
"liblog",
|
|
"libpiex",
|
|
"libpng",
|
|
],
|
|
static_libs: [
|
|
"libskia",
|
|
"libarect",
|
|
"libsfntly",
|
|
"libwebp-decode",
|
|
"libwebp-encode",
|
|
],
|
|
|
|
target: {
|
|
android: {
|
|
shared_libs: [
|
|
"libz",
|
|
"libexpat",
|
|
"libandroidicu",
|
|
"libcutils",
|
|
"libEGL",
|
|
"libGLESv2",
|
|
"libheif",
|
|
"libvulkan",
|
|
"libnativewindow",
|
|
],
|
|
export_shared_lib_headers: [
|
|
"libvulkan",
|
|
],
|
|
},
|
|
host: {
|
|
static_libs: [
|
|
"libcutils",
|
|
],
|
|
},
|
|
},
|
|
|
|
corpus: ["corpus/*"],
|
|
host_supported: true,
|
|
}
|