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

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

Merge "Remove default libraries"

parents e80beca2 1e45d533
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ cc_library {
                "errors_unix.cpp",
            ],
            cppflags: ["-Wexit-time-destructors"],
            host_ldlibs: ["-lrt"],
        },
        windows: {
            srcs: [
@@ -138,7 +137,6 @@ cc_test {
        },
        linux: {
            srcs: ["chrono_utils_test.cpp"],
            host_ldlibs: ["-lrt"],
        },
        windows: {
            srcs: ["utf8_test.cpp"],
+0 −5
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ cc_library {
            ],

            static_libs: ["libcutils"],
            host_ldlibs: ["-lrt"],
        },
        linux_bionic: {
            enabled: true,
@@ -229,15 +228,11 @@ cc_test {
        android: {
            cflags: ["-DENABLE_PSS_TESTS"],
            shared_libs: [
                "libdl",
                "libutils",
            ],
        },
        linux: {
            host_ldlibs: [
                "-lpthread",
                "-lrt",
                "-ldl",
                "-lncurses",
            ],
            static_libs: ["libutils"],
+0 −3
Original line number Diff line number Diff line
@@ -91,9 +91,6 @@ cc_library {
        not_windows: {
            srcs: ["event_tag_map.cpp"],
        },
        linux: {
            host_ldlibs: ["-lrt"],
        },
        linux_bionic: {
            enabled: true,
        },
+0 −7
Original line number Diff line number Diff line
@@ -22,13 +22,6 @@ cc_library {
    cppflags: [
        "-fvisibility=protected",
    ],

    host_ldlibs: ["-ldl"],
    target: {
        android: {
            shared_libs: ["libdl"],
        },
    },
}

subdirs = ["tests"]
+0 −8
Original line number Diff line number Diff line
@@ -25,14 +25,6 @@ cc_defaults {
    ],
    header_libs: ["libnativebridge-dummy-headers"],
    cppflags: ["-fvisibility=protected"],
    target: {
        android: {
            shared_libs: ["libdl"],
        },
        host: {
            host_ldlibs: ["-ldl"],
        },
    },
}

cc_library_shared {
Loading