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

Commit bc88b0f4 authored by David Duarte's avatar David Duarte
Browse files

Remove libbt-platform-protos-lite from fluoride_defaults

Bug: 279502784
Test: mmm packages/modules/Bluetooth
Change-Id: I53ea156f98c9392f9bc15e629799fbfefd5f7bb2
parent 7fe5997a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ cc_library_static {
        "lib-bt-packets",
        "libbluetooth_gd",
        "libbt-bta-core",
        "libbt-platform-protos-lite",
        "libcom.android.sysprop.bluetooth",
    ],
    shared_libs: [
@@ -190,6 +191,7 @@ cc_library_static {
    ],
    static_libs: [
        "lib-bt-packets",
        "libbt-platform-protos-lite",
        "libcom.android.sysprop.bluetooth",
    ],
    apex_available: [
@@ -244,6 +246,7 @@ cc_test {
        "libbt-bta",
        "libbt-bta-core",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libbtcore",
        "libchrome",
        "libcom.android.sysprop.bluetooth",
@@ -290,6 +293,7 @@ cc_test {
        "libbt-bta",
        "libbt-bta-core",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libbtcore",
        "libchrome",
        "libosi",
@@ -406,6 +410,7 @@ cc_test {
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libbtcore",
        "libbtdevice",
        "libchrome",
@@ -569,6 +574,7 @@ cc_test {
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libchrome",
        "libgmock",
        "libosi",
@@ -883,6 +889,7 @@ cc_test {
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libchrome",
        "libevent",
        "libflatbuffers-cpp",
@@ -1189,6 +1196,7 @@ cc_test {
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libchrome",
        "libcom.android.sysprop.bluetooth",
        "libevent",
+5 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ cc_library_static {
        "libaudio-a2dp-hw-utils",
        "libbluetooth-types",
        "libbt-audio-hal-interface",
        "libbt-platform-protos-lite",
        "libbt-stack",
        "libbt-stack-core",
        "libbtif-core",
@@ -227,6 +228,7 @@ cc_library_static {
        "lib-bt-packets-base",
        "libaudio-a2dp-hw-utils",
        "libbt-audio-hal-interface",
        "libbt-platform-protos-lite",
        "libbt-stack-core",
        "libstatslog_bt",
    ],
@@ -418,6 +420,7 @@ cc_test {
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libchrome",
        "libevent",
    ],
@@ -599,6 +602,7 @@ cc_test {
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-platform-protos-lite",
        "libbt-sbc-decoder",
        "libbt-sbc-encoder",
        "libbt-stack",
@@ -733,6 +737,7 @@ cc_test {
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-platform-protos-lite",
        "libbt-sbc-decoder",
        "libbt-sbc-encoder",
        "libbtdevice",
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ cc_defaults {
    },
    defaults: ["fluoride_types_defaults_fuzzable"],
    static_libs: [
        "libbt-platform-protos-lite",
        "libbt_shim_bridge",
        "libbt_shim_ffi",
    ],
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ cc_library_static {
    ],
    min_sdk_version: "Tiramisu",
    header_libs: ["libbluetooth_headers"],
    static_libs: ["libbt-platform-protos-lite"],
}

cc_test {
@@ -97,6 +98,7 @@ cc_test {
    static_libs: [
        "libbluetooth-types",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libchrome",
        "libevent",
        "libgmock",
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ cc_test {
    ],
    static_libs: [
        "libbluetooth-types",
        "libbt-platform-protos-lite",
        "libbtcore",
        "libbtdevice",
        "libchrome",
Loading