Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60838783 authored by Zach Johnson's avatar Zach Johnson
Browse files

Rename bluetooth_gd_hci_fuzz_test target to bluetooth_gd_hci_layer_fuzz_test

Since there will be separate targets for separate fuzz tests, and there
will be separate fuzz tests for each module.

convetion: bluetooth_gd_<module>_fuzz_test

Test: fuzz/run --host bluetooth_gd_hci_layer_fuzz_test
Change-Id: I0c0aa26ea821aa5a8e66f298c92c998ea6848e60
parent 37208ab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ cc_fuzz {
}

cc_fuzz {
    name: "bluetooth_gd_hci_fuzz_test",
    name: "bluetooth_gd_hci_layer_fuzz_test",
    defaults: ["gd_fuzz_defaults"],
    srcs: [
        "hci/fuzz/hci_layer_fuzz_test.cc",