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

Commit 8f33f462 authored by Henri Chataing's avatar Henri Chataing
Browse files

Remove libbluetooth-gdx

ModuleMainloop, ModuleJniloop are thin wrappers on top
of do_in_main_thread, do_in_jni_thread, and are only used
in tests.

Remove the associated tests libbluetooth-gdx-test for
dumpsys and lifecylce due to lack of comment and
documentation (only run in postsubmit).

Bug: 331817295
Test: m com.android.btservices
Flag: EXEMPT, dead code removal
Change-Id: I84d810e3f5a371013e1cc3a17561ccaa66f65164
parent a8eeda6c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -307,9 +307,6 @@
    {
      "name": "bluetooth-test-audio-hal-a2dp-provider-info"
    },
    {
      "name": "bluetooth_test_gdx_unit"
    },
    {
      "name": "net_test_bta_jv"
    },
+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ cc_library_shared {
        "libbase",
        "libbluetooth",
        "libbluetooth-dumpsys",
        "libbluetooth-gdx",
        "libbluetooth-types",
        "libbluetooth_core_rs",
        "libbluetooth_core_rs_bridge",
+0 −1
Original line number Diff line number Diff line
@@ -228,7 +228,6 @@ cc_defaults {
        "libFraunhoferAAC",
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-gdx",
        "libbluetooth-protos",
        "libbluetooth-types",
        "libbluetooth_core_rs",
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ cc_defaults {
        "libFraunhoferAAC",
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-gdx",
        "libbluetooth-protos",
        "libbluetooth-types",
        "libbluetooth_core_rs",
+0 −1
Original line number Diff line number Diff line
@@ -298,7 +298,6 @@ cc_test {
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-for-tests",
        "libbluetooth-gdx",
        "libbluetooth-types",
        "libbluetooth_core_rs",
        "libbluetooth_crypto_toolbox",
Loading