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

Commit ffa68754 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove libstatssocket from fluoride_defaults"

parents 131ad52c 2461abca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ cc_library_shared {
        "libcrypto",
        "libfmq",
        "libnativehelper",
        "libstatssocket",
        "libutils",
    ],
    sanitize: {
+1 −0
Original line number Diff line number Diff line
@@ -272,6 +272,7 @@ cc_test {
        "libcrypto",
        "liblog",
        "libprotobuf-cpp-lite",
        "libstatssocket",
    ],
    static_libs: [
        "crypto_toolbox_for_tests",
+8 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ cc_test {
        "libcrypto",
        "libfmq",
        "libhidlbase",
        "libstatssocket",
        "libutils",
    ],
    static_libs: [
@@ -412,6 +413,11 @@ cc_test {
        "libosi",
        "libosi-AllocationTestHarness",
    ],
    target: {
        android: {
            shared_libs: ["libstatssocket"],
        },
    },
    cflags: ["-DBUILDCFG"],
    sanitize: {
        address: true,
@@ -611,6 +617,7 @@ cc_test {
            ],
            shared_libs: [
                "libbinder_ndk",
                "libstatssocket",
            ],
        },
    },
@@ -742,6 +749,7 @@ cc_test {
            ],
            shared_libs: [
                "libbinder_ndk",
                "libstatssocket",
            ],
        },
    },
+0 −3
Original line number Diff line number Diff line
@@ -139,9 +139,6 @@ cc_defaults {
            enabled: false,
        },
        android: {
            shared_libs: [
                "libstatssocket",
            ],
            sanitize: {
                misc_undefined: ["bounds"],
            },
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ cc_test {
    target: {
        android: {
            srcs: ["metrics_unittest.cc"],
            shared_libs: ["libstatssocket"],
        },
    },
    shared_libs: [
Loading