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

Commit 62e59635 authored by David Duarte's avatar David Duarte
Browse files

Remove libbluetooth_gd from fluoride_defaults

Bug: 279502784
Test: mmm packages/modules/Bluetooth
Change-Id: Iab58fdc3ecddca7bb5e7081f76f9210c2c4acd1e
parent 4c73b789
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -100,6 +100,7 @@ cc_library_shared {
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_core_rs",
        "libbluetooth_core_rs",
        "libbluetooth_core_rs_bridge",
        "libbluetooth_core_rs_bridge",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-audio-hal-interface",
        "libbt-bta",
        "libbt-bta",
        "libbt-bta-core",
        "libbt-bta-core",
+13 −0
Original line number Original line Diff line number Diff line
@@ -131,6 +131,7 @@ cc_library_static {
    static_libs: [
    static_libs: [
        "avrcp-target-service",
        "avrcp-target-service",
        "lib-bt-packets",
        "lib-bt-packets",
        "libbluetooth_gd",
        "libbt-bta-core",
        "libbt-bta-core",
        "libcom.android.sysprop.bluetooth",
        "libcom.android.sysprop.bluetooth",
    ],
    ],
@@ -239,6 +240,7 @@ cc_test {
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-audio-hal-interface",
        "libbt-bta",
        "libbt-bta",
        "libbt-bta-core",
        "libbt-bta-core",
@@ -284,6 +286,7 @@ cc_test {
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-audio-hal-interface",
        "libbt-bta",
        "libbt-bta",
        "libbt-bta-core",
        "libbt-bta-core",
@@ -401,6 +404,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libbtcore",
        "libbtcore",
        "libbtdevice",
        "libbtdevice",
@@ -461,6 +465,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libgmock",
        "libgmock",
@@ -504,6 +509,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libgmock",
        "libgmock",
@@ -558,6 +564,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libgmock",
        "libgmock",
@@ -721,6 +728,7 @@ cc_test {
        "liblog", // __android_log_print
        "liblog", // __android_log_print
    ],
    ],
    static_libs: [
    static_libs: [
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libevent",
        "libevent",
@@ -791,6 +799,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-audio-hal-interface",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
@@ -854,6 +863,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libgmock",
        "libgmock",
@@ -906,6 +916,7 @@ cc_test {
        "liblog",
        "liblog",
    ],
    ],
    static_libs: [
    static_libs: [
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libgmock",
        "libgmock",
@@ -1029,6 +1040,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libgmock",
        "libgmock",
@@ -1090,6 +1102,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "crypto_toolbox_for_tests",
        "crypto_toolbox_for_tests",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libcom.android.sysprop.bluetooth",
        "libcom.android.sysprop.bluetooth",
+4 −0
Original line number Original line Diff line number Diff line
@@ -345,6 +345,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libchrome",
        "libchrome",
        "libosi",
        "libosi",
    ],
    ],
@@ -413,6 +414,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-common",
        "libbt-common",
        "libchrome",
        "libchrome",
        "libevent",
        "libevent",
@@ -595,6 +597,7 @@ cc_test {
        "lib-bt-packets-base",
        "lib-bt-packets-base",
        "libaudio-a2dp-hw-utils",
        "libaudio-a2dp-hw-utils",
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-audio-hal-interface",
        "libbt-sbc-decoder",
        "libbt-sbc-decoder",
        "libbt-sbc-encoder",
        "libbt-sbc-encoder",
@@ -728,6 +731,7 @@ cc_test {
        "lib-bt-packets-base",
        "lib-bt-packets-base",
        "libaudio-a2dp-hw-utils",
        "libaudio-a2dp-hw-utils",
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbt-audio-hal-interface",
        "libbt-audio-hal-interface",
        "libbt-sbc-decoder",
        "libbt-sbc-decoder",
        "libbt-sbc-encoder",
        "libbt-sbc-encoder",
+0 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,6 @@ cc_defaults {
        "fluoride_defaults_fuzzable",
        "fluoride_defaults_fuzzable",
    ],
    ],
    static_libs: [
    static_libs: [
        "libbluetooth_gd",
        "libstatslog_bt",
        "libstatslog_bt",
    ],
    ],
    target: {
    target: {
+1 −0
Original line number Original line Diff line number Diff line
@@ -53,6 +53,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "libbluetooth-types",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbtcore",
        "libbtcore",
        "libbtdevice",
        "libbtdevice",
        "libchrome",
        "libchrome",
Loading