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

Commit e2fe5c41 authored by Baligh Uddin's avatar Baligh Uddin Committed by Automerger Merge Worker
Browse files

Merge "Switch "system/core/base" ref to "system/libbase"" am: cc1d613e am:...

Merge "Switch "system/core/base" ref to "system/libbase"" am: cc1d613e am: 04b0bdee am: 4a70e3bf

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1470497

Change-Id: I86b037e525ee30e3fb3db62bfefdae3b46c5ba73
parents 810b3bb2 4a70e3bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ cc_library_static {
    recovery_available: true,
    srcs: ["convert.cpp"],
    include_dirs: [
        "system/core/base/include",
        "system/libbase/include",
    ],
    header_libs: ["libhealthd_headers"],
    export_header_lib_headers: ["libhealthd_headers"],
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@ cc_library_static {
    vendor_available: true,
    recovery_available: true,
    cflags: ["-Werror"],
    include_dirs: ["system/core/base/include"],
    include_dirs: ["system/libbase/include"],
    header_libs: ["libhealthd_headers"],
}