From b94637beae2cd7ad9ad2a45905dd57e85ecbc2d7 Mon Sep 17 00:00:00 2001 From: William Escande Date: Tue, 25 Jul 2023 13:53:01 -0700 Subject: [PATCH] Use the PDL library for HCI packets Bug: 296427840 Test: mma -j32 Change-Id: I5dc1d6cd24890e4558ace5b8de4ed6d93a6abc86 Merged-In: I5dc1d6cd24890e4558ace5b8de4ed6d93a6abc86 --- bluetooth/aidl/vts/Android.bp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bluetooth/aidl/vts/Android.bp b/bluetooth/aidl/vts/Android.bp index 5fc0b2eef7..ade3bef1a2 100644 --- a/bluetooth/aidl/vts/Android.bp +++ b/bluetooth/aidl/vts/Android.bp @@ -16,10 +16,6 @@ cc_test { srcs: [ "VtsHalBluetoothTargetTest.cpp", ":BluetoothPacketSources", - ":BluetoothHciPacketSources", - ], - generated_headers: [ - "BluetoothGeneratedPackets_h", ], include_dirs: [ "packages/modules/Bluetooth/system/gd", @@ -31,7 +27,7 @@ cc_test { ], static_libs: [ "android.hardware.bluetooth-V1-ndk", - "libbluetooth-types", + "libbluetooth_hci_pdl", ], test_config: "VtsHalBluetoothTargetTest.xml", test_suites: [ @@ -57,6 +53,5 @@ cc_test { ], tidy_disabled_srcs: [ ":BluetoothPacketSources", - ":BluetoothHciPacketSources", ], }