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

Commit af41be3f authored by William Escande's avatar William Escande Committed by Łukasz Rymanowski
Browse files

Correctly link to bluetooth_flags_c_lib

Bug: 354808620
Test: mmm packages/modules/Bluetooth
Flag: TEST_ONLY
Change-Id: I452a1f1b6de757d62d44a83df2656bdd5173ec68
parent 8e3bb184
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ cc_library_static {
        "libutils",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth_log",
        "libbt-common",
        "libbt_shim_bridge",
+8 −0
Original line number Diff line number Diff line
@@ -564,6 +564,7 @@ cc_test {
        "server_configurable_flags",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
@@ -828,6 +829,7 @@ cc_test {
        "liblog", // __android_log_print
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
@@ -939,6 +941,7 @@ cc_test {
        "server_configurable_flags",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
@@ -1026,6 +1029,7 @@ cc_test {
        "liblog",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
@@ -1121,6 +1125,7 @@ cc_test {
        "server_configurable_flags",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
@@ -1197,6 +1202,7 @@ cc_test {
        "server_configurable_flags",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbluetooth_hci_pdl",
@@ -1340,6 +1346,7 @@ cc_test {
        "server_configurable_flags",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
@@ -1412,6 +1419,7 @@ cc_test {
        "server_configurable_flags",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
+5 −1
Original line number Diff line number Diff line
@@ -168,13 +168,13 @@ cc_defaults {
        "libflatbuffers-cpp",
    ],
    whole_static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth_hci_pdl",
        "libbluetooth_l2cap_pdl",
        "libbluetooth_ras_pdl",
        "libbluetooth_smp_pdl",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libaconfig_storage_read_api_cc",
        "libbase",
        "libbluetooth-dumpsys",
@@ -312,6 +312,7 @@ cc_binary {
        "BlueberryFacadeGeneratedStub_cc",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "breakpad_client",
        "libPlatformProperties",
        "libbluetooth-dumpsys",
@@ -486,6 +487,7 @@ cc_test {
        "BluetoothGeneratedDumpsysTestData_h",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbase",
        "libbluetooth-protos",
        "libbluetooth-types",
@@ -553,6 +555,7 @@ cc_test {
        "BluetoothGeneratedDumpsysTestData_h",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-dumpsys-test",
@@ -641,6 +644,7 @@ cc_defaults {
        ":BluetoothHciFuzzHelperSources",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth-protos",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ cc_fuzz {
        "fuzz_l2cap.cc",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbte",
    ],
    fuzz_config: {
+4 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ cc_library_static {
    host_supported: true,
    min_sdk_version: "Tiramisu",
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth_gd",
        "libbluetooth_log",
        "libbt-platform-protos-lite",
@@ -146,6 +147,7 @@ cc_library_static {
    ],
    header_libs: ["libbluetooth_headers"],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbluetooth_log",
        "libbt-platform-protos-lite",
        "libbt_shim_bridge",
@@ -203,6 +205,7 @@ cc_test {
        "test/main_shim_test.cc",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-gdx",
@@ -287,6 +290,7 @@ cc_test {
        "test/main_shim_stack_dumpsys_test.cc",
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbase",
        "libbluetooth-dumpsys",
        "libbluetooth-gdx",
Loading