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

Commit 5c639885 authored by Zach Johnson's avatar Zach Johnson
Browse files

Consolidate facade and cert entry point naming

Test: atest --host bluetooth_test_gd and cert/run_cert.sh
Change-Id: I517391d2884d5cc8d5b77a9b9847637d83053a16
parent e4fa74e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ cc_binary {
    ],
    host_supported: true,
    srcs: [
        "facade/stack_with_grpc_main.cc",
        "facade/facade_main.cc",
        "grpc/grpc_module.cc",
        ":BluetoothFacade_hci_hal",
    ],
@@ -160,7 +160,7 @@ cc_binary {
    ],
    host_supported: true,
    srcs: [
        "cert/stack_main.cc",
        "cert/cert_main.cc",
        "grpc/grpc_module.cc",
        ":BluetoothCertSource_hci_hal",
    ],