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

Commit 51b8baeb authored by Myles Watson's avatar Myles Watson Committed by Jack He
Browse files

VtsHalBluetooth: Use PDL to generate packets

Bug: 266221125
Test: atest VtsHalBluetoothTargetTest
Change-Id: If3180282249027ffab45b7e84138a660266ce2b8
parent ff16dd1f
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -13,7 +13,17 @@ cc_test {
        "VtsHalTargetTestDefaults",
        "use_libaidlvintf_gtest_helper_static",
    ],
    srcs: ["VtsHalBluetoothTargetTest.cpp"],
    srcs: [
        "VtsHalBluetoothTargetTest.cpp",
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
    generated_headers: [
        "BluetoothGeneratedPackets_h",
    ],
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",
    ],
    shared_libs: [
        "libbase",
        "libbinder_ndk",
@@ -45,4 +55,8 @@ cc_test {
    tidy_flags: [
        "--header-filter=^.*tools\\/rootcanal\\/(model|include|net|desktop)\\/(.(?!\\.pb\\.h))*$",
    ],
    tidy_disabled_srcs: [
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
}
+207 −259

File changed.

Preview size limit exceeded, changes collapsed.