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

Commit 14a4e988 authored by Henri Chataing's avatar Henri Chataing
Browse files

gd/dumpsys: Remove flatbuffer abtraction for dumpsys output

Bug: 331817295
Test: m com.android.btservices
Flag: EXEMPT, no logical change
Change-Id: I0300fcef76f90bc21d642eebba13f3ec4638b2d5
parent 8703e24d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ cc_library_shared {
        "libaconfig_storage_read_api_cc",
        "libbase",
        "libbluetooth",
        "libbluetooth-dumpsys",
        "libbluetooth-types",
        "libbluetooth_core_rs",
        "libbluetooth_core_rs_bridge",
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ group("bluetooth") {

group("tools") {
  deps = [
    "//bt/system/gd/dumpsys/bundler:bluetooth_flatbuffer_bundler",
    "//bt/system/gd/packet/parser:bluetooth_packetgen",
  ]
}
+0 −3
Original line number Diff line number Diff line
@@ -83,9 +83,6 @@ cc_library_host_shared {
        "liblog",
    ],
    stl: "libc++_static",
    generated_headers: [
        "BluetoothGeneratedDumpsysDataSchema_h",
    ],
}

python_test_host {
+0 −1
Original line number Diff line number Diff line
@@ -228,7 +228,6 @@ cc_defaults {
        "android.hardware.common.fmq-V1-ndk",
        "libFraunhoferAAC",
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-protos",
        "libbluetooth-types",
        "libbluetooth_core_rs",
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ cc_defaults {
        "bluetooth_flags_c_lib",
        "libFraunhoferAAC",
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-protos",
        "libbluetooth-types",
        "libbluetooth_core_rs",
Loading