Updating cc_fuzz with default config am: 8e13f2ac2c am: a9974359b4 am: 3753e1d8e7

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2190582

Change-Id: I81465a7f4f658b370fe284e65e93a11366d7d4c7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Pawan
2022-08-23 21:52:33 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 42 deletions

View File

@@ -192,33 +192,14 @@ cc_fuzz {
name: "android.hardware.health-service.aidl_fuzzer", name: "android.hardware.health-service.aidl_fuzzer",
defaults: [ defaults: [
"libhealth_aidl_impl_user", "libhealth_aidl_impl_user",
"service_fuzzer_defaults",
], ],
static_libs: [ static_libs: [
"android.hardware.health-V1-ndk", "android.hardware.health-V1-ndk",
"libbase", "libbase",
"libbinder_random_parcel",
"libcutils",
"liblog", "liblog",
"libutils",
"fuzz_libhealth_aidl_impl", "fuzz_libhealth_aidl_impl",
], ],
target: {
android: {
shared_libs: [
"libbinder_ndk",
"libbinder",
],
},
host: {
static_libs: [
"libbinder_ndk",
"libbinder",
],
},
darwin: {
enabled: false,
},
},
srcs: ["fuzzer.cpp"], srcs: ["fuzzer.cpp"],
fuzz_config: { fuzz_config: {
cc: [ cc: [

View File

@@ -57,33 +57,12 @@ cc_binary {
cc_fuzz { cc_fuzz {
name: "android.hardware.vibrator-service.example_fuzzer", name: "android.hardware.vibrator-service.example_fuzzer",
host_supported: true, host_supported: true,
defaults: ["service_fuzzer_defaults"],
static_libs: [ static_libs: [
"android.hardware.vibrator-V2-ndk", "android.hardware.vibrator-V2-ndk",
"libbase",
"libbinder_random_parcel",
"libcutils",
"liblog", "liblog",
"libvibratorexampleimpl", "libvibratorexampleimpl",
], ],
target: {
android: {
shared_libs: [
"libbinder_ndk",
"libbinder",
"libutils",
],
},
host: {
static_libs: [
"libbinder_ndk",
"libbinder",
"libutils",
],
},
darwin: {
enabled: false,
},
},
srcs: ["fuzzer.cpp"], srcs: ["fuzzer.cpp"],
fuzz_config: { fuzz_config: {
cc: [ cc: [