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

Commit 0005c8d0 authored by David Duarte's avatar David Duarte
Browse files

Remove liblog from fluoride_defaults_fuzzable

Test: mma
Bug: 279502784
Change-Id: Ia3d3f63073ae72fb85cd713c85574b1526c60d85
parent ec391bf5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ cc_library_shared {
        "libcutils",
        "libfmq",
        "libhidlbase",
        "liblog",
        "libnativehelper",
        "libstatssocket",
        "libutils",
+7 −0
Original line number Diff line number Diff line
@@ -441,6 +441,7 @@ cc_test {
    ],
    shared_libs: [
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
@@ -484,6 +485,7 @@ cc_test {
    ],
    shared_libs: [
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
@@ -538,6 +540,7 @@ cc_test {
    ],
    shared_libs: [
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
@@ -844,6 +847,7 @@ cc_test {
    ],
    shared_libs: [
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "libbt-common",
@@ -906,6 +910,7 @@ cc_test {
        "libcrypto",
        "libfmq",
        "libhidlbase",
        "liblog",
    ],
    static_libs: [
        "libbt-audio-hal-interface",
@@ -966,6 +971,7 @@ cc_test {
    ],
    shared_libs: [
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
@@ -1031,6 +1037,7 @@ cc_test {
    ],
    shared_libs: [
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
+3 −0
Original line number Diff line number Diff line
@@ -265,6 +265,7 @@ cc_test {
        "libcutils",
        "libfmq",
        "libhidlbase",
        "liblog",
        "libstatssocket",
        "libutils",
    ],
@@ -347,6 +348,7 @@ cc_test {
        "libosi",
    ],
    cflags: ["-DBUILDCFG"],
    shared_libs: ["liblog"],
}

// btif avrcp audio track unit tests
@@ -379,6 +381,7 @@ cc_test {
        "libosi",
    ],
    cflags: ["-DBUILDCFG"],
    shared_libs: ["liblog"],
}

// btif rc unit tests for target
+0 −3
Original line number Diff line number Diff line
@@ -71,9 +71,6 @@ cc_defaults {
        "libbt_shim_bridge",
        "libbt_shim_ffi",
    ],
    shared_libs: [
        "liblog",
    ],
    cpp_std: "c++17",
    min_sdk_version: "current",
}
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ cc_test {
    },
    shared_libs: [
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "libbt-common",
Loading