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

Commit f0ea1e6e authored by Josh Gao's avatar Josh Gao
Browse files

libutils: use libbase_headers instead of libbase.

Bug: http://b/121391019
Test: treehugger
Change-Id: I0e5d218b9afe6f832cc6bd0ef78bc1a5581f3e2f
parent 79f30477
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -155,7 +155,7 @@ cc_library {
            ],
            ],
        },
        },
        linux: {
        linux: {
            shared_libs: ["libbase"],
            header_libs: ["libbase_headers"],
            srcs: [
            srcs: [
                "Looper.cpp",
                "Looper.cpp",
            ],
            ],