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

Commit d8e992ed authored by chenbruce's avatar chenbruce
Browse files

[Resolv] Remove deps on liblog

Test: make; flash; atest.
Change-Id: I27158de4805bf1bf1358b7b97144f348578fba91
parent 5350f611
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ cc_library {
        "libcrypto",
        "libcutils",
        "libjsoncpp",
        "liblog",
        "liblog", //Used by libstatslog_resolv
        "libnetdutils",
        "libssl",
        "libstatslog_resolv",
@@ -143,7 +143,6 @@ cc_library_static {
    export_generated_headers: ["statslog_resolv.h"],
    static_libs: [
        "libcutils",
        "liblog",
        "libstatssocket",
        "libutils",
    ],
@@ -168,7 +167,6 @@ cc_test {
        "libbase",
        "libbinder",
        "libcrypto",
        "liblog",
        "libnetd_client",
        "libssl",
        "libutils",
@@ -204,7 +202,6 @@ cc_test {
    shared_libs: [
        "libbase",
        "libcrypto",
        "liblog",
        "libssl",
    ],
    static_libs: [
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ cc_library_static {
    shared_libs: [
        "libbase",
        "libbinder",
        "liblog",
        "libnetd_client",
        "libnetdutils",
        "libssl",
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ cc_test {
    shared_libs: [
        "libbase",
        "libbinder",
        // TODO: remove it after making dns_responder use LOG(*) instead of ALOG*
        "liblog",
        "libnetd_client",
        "libutils",
    ],