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

Commit ad35b356 authored by Yifan Hong's avatar Yifan Hong
Browse files

health@2.0-impl: recovery_available: true

... so that it can be installed to recovery image.
Test: build and inspect out dir
Test: boot to recovery and 'adb shell ls /vendor/lib64/hw'
Bug: 80132328

Change-Id: Icb33c9e9e648b54db33cac23ed877392cce4e76b
Merged-In: Icb33c9e9e648b54db33cac23ed877392cce4e76b
(cherry picked from commit 4e40086d)
parent b21b03dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
cc_library_static {
    name: "android.hardware.health@1.0-convert",
    vendor_available: true,
    recovery_available: true,
    srcs: ["convert.cpp"],
    include_dirs: [
        "system/core/base/include",
+3 −0
Original line number Diff line number Diff line
// Helper library for implementing health HAL. It is recommended that a health
// service or passthrough HAL link to this library.
cc_library_static {
    name: "android.hardware.health@2.0-impl",
    vendor_available: true,
    recovery_available: true,
    srcs: [
        "Health.cpp",
        "healthd_common.cpp",