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

Commit 5f68a5aa authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "gd/dumpsys: Remove flatbuffer abtraction for dumpsys output" into main

parents cfea2a3d 14a4e988
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