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

Commit 54091e90 authored by Yifan Hong's avatar Yifan Hong
Browse files

libbatteryservice_headers: export libutils_headers

Fixes build error.
Test: cd hardware/interfaces/health/1.0 && mma -j

Change-Id: Id48f7d6902f35d30d76a24146ec465b8e65188e4
Merged-In: Id48f7d6902f35d30d76a24146ec465b8e65188e4
(cherry picked from commit eddca62d)
parent 1fc73c2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,4 +2,6 @@ cc_library_headers {
    name: "libbatteryservice_headers",
    vendor_available: true,
    export_include_dirs: ["include"],
    header_libs: ["libutils_headers"],
    export_header_lib_headers: ["libutils_headers"],
}