summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b21b03d)
raw | patch | inline | side by side (parent: b21b03d)
author | Yifan Hong <elsk@google.com> | |
Tue, 10 Jul 2018 18:47:21 +0000 (11:47 -0700) | ||
committer | Yifan Hong <elsk@google.com> | |
Wed, 18 Jul 2018 18:28:12 +0000 (11:28 -0700) |
... 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 4e40086d39ac31692212ddefafb926dd8894f80c)
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 4e40086d39ac31692212ddefafb926dd8894f80c)
health/1.0/default/Android.bp | patch | blob | history | |
health/2.0/default/Android.bp | patch | blob | history |
index cb2e87d16e25782a1d76cba5facee385a105177b..8fbb8c343ec77c868d25db74cc4716a47229afce 100644 (file)
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",
index 03aa77bf54408aaec1993f584dadc4ec35df6a22..6301a06e3f8aee08fae51d6459404ca0a022013c 100644 (file)
+// 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",