// This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py. // Do not edit manually. genrule { name: "android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHci_genc++", tools: ["hidl-gen", "vtsc"], cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0 && $(location vtsc) -mFUZZER -tSOURCE -b$(genDir) android/hardware/bluetooth/1.0/ $(genDir)/android/hardware/bluetooth/1.0/", srcs: [ ":android.hardware.bluetooth@1.0_hal", ], out: [ "android/hardware/bluetooth/1.0/BluetoothHci.vts.cpp", ], } cc_binary { name: "android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHci", defaults: ["func_fuzzer_defaults"], srcs: [":android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHci_genc++"], shared_libs: [ "android.hardware.bluetooth@1.0", "libcutils", "liblog", "libutils", "libhidlbase", "libhidltransport", "libhwbinder", "libhardware", "libvts_func_fuzzer_utils", ], cflags: [ "-Wno-unused-parameter", "-fno-omit-frame-pointer", ], } genrule { name: "android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHciCallbacks_genc++", tools: ["hidl-gen", "vtsc"], cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0 && $(location vtsc) -mFUZZER -tSOURCE -b$(genDir) android/hardware/bluetooth/1.0/ $(genDir)/android/hardware/bluetooth/1.0/", srcs: [ ":android.hardware.bluetooth@1.0_hal", ], out: [ "android/hardware/bluetooth/1.0/BluetoothHciCallbacks.vts.cpp", ], } cc_binary { name: "android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHciCallbacks", defaults: ["func_fuzzer_defaults"], srcs: [":android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHciCallbacks_genc++"], shared_libs: [ "android.hardware.bluetooth@1.0", "libcutils", "liblog", "libutils", "libhidlbase", "libhidltransport", "libhwbinder", "libhardware", "libvts_func_fuzzer_utils", ], cflags: [ "-Wno-unused-parameter", "-fno-omit-frame-pointer", ], }