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

Commit 67af242c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "libutils: liblog export headers"

parents 14c27894 43e20cac
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -79,6 +79,13 @@ cc_library {
        "libutils_headers",
    ],

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

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