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

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

Remove libbluetooth-types from fluoride_defaults

Bug: 279502784
Test: mmm packages/modules/Bluetooth
Change-Id: Ic4233b951586a90cb35f7c6264b4bc9b93858061
parent 628d7471
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -465,6 +465,7 @@ cc_test {
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -509,6 +510,7 @@ cc_test {
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -564,6 +566,7 @@ cc_test {
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -707,6 +710,7 @@ cc_test {
        "liblog", // __android_log_print
    ],
    static_libs: [
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -801,6 +805,7 @@ cc_test {
        "liblog", // __android_log_print
    ],
    static_libs: [
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -874,6 +879,7 @@ cc_test {
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-common",
@@ -937,6 +943,7 @@ cc_test {
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -991,6 +998,7 @@ cc_test {
        "liblog",
    ],
    static_libs: [
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -1054,6 +1062,7 @@ cc_test {
        "liblog",
    ],
    static_libs: [
        "libbluetooth-types",
        "libbt-audio-hal-interface",
        "libbt-common",
        "libchrome",
@@ -1114,6 +1123,7 @@ cc_test {
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
@@ -1176,6 +1186,7 @@ cc_test {
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libchrome",
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ cc_test {
        "liblog",
    ],
    static_libs: [
        "libbluetooth-types",
        "libbtcore",
        "libchrome",
        "libosi",
+1 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@ cc_library_static {
        "lib-bt-packets-avrcp",
        "lib-bt-packets-base",
        "libaudio-a2dp-hw-utils",
        "libbluetooth-types",
        "libbt-audio-hal-interface",
        "libbt-stack",
        "libbt-stack-core",
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ cc_defaults {
    },
    defaults: ["fluoride_types_defaults_fuzzable"],
    static_libs: [
        "libbluetooth-types",
        "libbluetooth_rust_interop",
        "libbt-platform-protos-lite",
        "libbt_shim_bridge",
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ cc_test {
        "liblog",
    ],
    static_libs: [
        "libbluetooth-types",
        "libbt-common",
        "libchrome",
        "libevent",
Loading