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

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

Merge "libutils: liblog export headers"

parents 5aee3ff2 58b3c790
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -76,6 +76,13 @@ cc_library {
    header_libs: ["libutils_headers"],
    export_header_lib_headers: ["libutils_headers"],

    shared_libs: [
        "liblog",
    ],
    export_shared_lib_headers: [
        "liblog",
    ],

    arch: {
        mips: {
            cflags: ["-DALIGN_DOUBLE"],
@@ -97,7 +104,6 @@ cc_library {
                "libbacktrace",
                "libcutils",
                "libdl",
                "liblog",
            ],

            sanitize: {