]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/commitdiff
health@2.0-impl: recovery_available: true
authorYifan Hong <elsk@google.com>
Tue, 10 Jul 2018 18:47:21 +0000 (11:47 -0700)
committerYifan 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)

health/1.0/default/Android.bp
health/2.0/default/Android.bp

index cb2e87d16e25782a1d76cba5facee385a105177b..8fbb8c343ec77c868d25db74cc4716a47229afce 100644 (file)
@@ -1,6 +1,7 @@
 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)
@@ -1,6 +1,9 @@
+// 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",