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

Commit 1f64241e authored by Steven Moreland's avatar Steven Moreland Committed by Jae Shin
Browse files

libutils: liblog export headers

- make liblog dependency for all library builds (this is required
    for files like String8.cpp)
- export liblog headers (because they are used in many header files).

Test: less libraries fail with BOARD_VNDK_VERSION := current
Merged-In: Iecb9cd00deb3a9056ea63c4a087afdb80a51a2b8
Change-Id: Iecb9cd00deb3a9056ea63c4a087afdb80a51a2b8
(cherry picked from commit 43e20cac)
parent 876c7be9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -82,6 +82,13 @@ cc_library {
        "libutils_headers",
    ],

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

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