mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Updating cc_fuzz with default config am: 8e13f2ac2c am: a9974359b4
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2190582 Change-Id: I19002ff4142206a56b4fb373810a81b0403cc037 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -192,33 +192,14 @@ cc_fuzz {
|
||||
name: "android.hardware.health-service.aidl_fuzzer",
|
||||
defaults: [
|
||||
"libhealth_aidl_impl_user",
|
||||
"service_fuzzer_defaults",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.health-V1-ndk",
|
||||
"libbase",
|
||||
"libbinder_random_parcel",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"fuzz_libhealth_aidl_impl",
|
||||
],
|
||||
target: {
|
||||
android: {
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"libbinder",
|
||||
],
|
||||
},
|
||||
host: {
|
||||
static_libs: [
|
||||
"libbinder_ndk",
|
||||
"libbinder",
|
||||
],
|
||||
},
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
srcs: ["fuzzer.cpp"],
|
||||
fuzz_config: {
|
||||
cc: [
|
||||
|
||||
@@ -57,33 +57,12 @@ cc_binary {
|
||||
cc_fuzz {
|
||||
name: "android.hardware.vibrator-service.example_fuzzer",
|
||||
host_supported: true,
|
||||
defaults: ["service_fuzzer_defaults"],
|
||||
static_libs: [
|
||||
"android.hardware.vibrator-V2-ndk",
|
||||
"libbase",
|
||||
"libbinder_random_parcel",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libvibratorexampleimpl",
|
||||
],
|
||||
target: {
|
||||
android: {
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"libbinder",
|
||||
"libutils",
|
||||
],
|
||||
},
|
||||
host: {
|
||||
static_libs: [
|
||||
"libbinder_ndk",
|
||||
"libbinder",
|
||||
"libutils",
|
||||
],
|
||||
},
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
srcs: ["fuzzer.cpp"],
|
||||
fuzz_config: {
|
||||
cc: [
|
||||
|
||||
Reference in New Issue
Block a user