Merge "Use the PDL library for HCI packets" into udc-mainline-prod am: c3a8be629d
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/24629488 Change-Id: Ibe1a915d04041598c8b0a3930f5416907bdc9982 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
def55fc195
1 changed files with 1 additions and 6 deletions
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue