Skip to content
Snippets Groups Projects
Commit d3f4cf2e authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "Use PDL libraries in gd/Android.bp" into main

parents c3e2af6d 9ffe891c
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,6 @@ cc_binary {
"BlueberryFacadeGeneratedStub_h",
"BluetoothGeneratedBundlerSchema_h_bfbs",
"BluetoothGeneratedDumpsysDataSchema_h",
"BluetoothGeneratedPackets_h",
// Needed here to guarantee that generated zip file is created before
// bluetooth_cert_tests.zip is packaged
"BlueberryFacadeAndCertGeneratedStub_py",
......@@ -265,7 +264,10 @@ cc_binary {
"libbluetooth-dumpsys",
"libbluetooth-protos",
"libbluetooth_gd",
"libbluetooth_hci_pdl",
"libbluetooth_l2cap_pdl",
"libbluetooth_rust_interop",
"libbluetooth_smp_pdl",
"libbt_shim_bridge",
"libbt_shim_ffi",
"libchrome",
......@@ -380,7 +382,6 @@ cc_test {
"BluetoothGeneratedDumpsysDataSchema_h",
"BluetoothGeneratedDumpsysInternalTestData_h",
"BluetoothGeneratedDumpsysTestData_h",
"BluetoothGeneratedPackets_h",
],
static_libs: [
"libbluetooth-dumpsys",
......@@ -388,7 +389,10 @@ cc_test {
"libbluetooth-dumpsys-unittest",
"libbluetooth-protos",
"libbluetooth_gd_unit_tests",
"libbluetooth_hci_pdl",
"libbluetooth_l2cap_pdl",
"libbluetooth_rust_interop",
"libbluetooth_smp_pdl",
"libbt-platform-protos-lite",
"libbt-platform-protos-lite",
"libbt_shim_bridge",
......@@ -476,7 +480,6 @@ cc_defaults {
host_supported: true,
generated_headers: [
"BluetoothGeneratedDumpsysDataSchema_h",
"BluetoothGeneratedPackets_h",
],
shared_libs: [
"libcrypto",
......@@ -745,21 +748,19 @@ cc_library_host_shared {
srcs: [
":BluetoothPacketSources",
"common/strings.cc",
"hci/address.cc",
"hci/class_of_device.cc",
"l2cap/fcs.cc",
"packet/python3_module.cc",
],
generated_headers: [
"BluetoothGeneratedPackets_h",
],
generated_sources: [
"BluetoothGeneratedPackets_python3_cc",
],
header_libs: [
"pybind11_headers",
],
static_libs: [
"libbluetooth_l2cap_pdl",
],
cflags: [
"-fexceptions",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment