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

Commit 446bb91f authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Add shared dependencies for trunk flag" into main

parents 13ba5523 59384965
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -489,8 +489,10 @@ cc_test {
        "test/common/btm_api_mock.cc",
    ],
    shared_libs: [
        "libbase",
        "libcrypto",
        "liblog",
        "server_configurable_flags",
    ],
    static_libs: [
        "libbluetooth-types",
+2 −0
Original line number Diff line number Diff line
@@ -515,9 +515,11 @@ cc_defaults {
        "BluetoothGeneratedDumpsysDataSchema_h",
    ],
    shared_libs: [
        "libbase",
        "libcrypto",
        "libgrpc++",
        "libgrpc_wrap",
        "server_configurable_flags",
    ],
    cflags: [
        "-DFUZZ_TARGET",
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ cc_test {
        "libcrypto",
        "libcutils",
        "liblog",
        "server_configurable_flags",
    ],
    local_include_dirs: [
        "include_internal",
+5 −0
Original line number Diff line number Diff line
@@ -1554,6 +1554,7 @@ cc_test {
    ],
    shared_libs: [
        "libcrypto",
        "server_configurable_flags",
    ],
    sanitize: {
        address: true,
@@ -1908,9 +1909,11 @@ cc_test {
        "libstatslog_bt",
    ],
    shared_libs: [
        "libbase",
        "libbinder_ndk",
        "libcrypto",
        "libcutils",
        "server_configurable_flags",
    ],
    target: {
        android: {
@@ -1996,8 +1999,10 @@ cc_test {
        "libstatslog_bt",
    ],
    shared_libs: [
        "libbase",
        "libbinder_ndk",
        "libcrypto",
        "server_configurable_flags",
    ],
    target: {
        android: {