health: make AIDL HAL recovery available.

Test: builds
Bug: 170338625
Change-Id: I45e0032e7a765cdeb39e01d17bacf11d1c10a75c
This commit is contained in:
Yifan Hong
2021-10-20 21:54:20 -07:00
parent 830cdb119e
commit e32a8ea137
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
aidl_interface {
name: "android.hardware.health",
vendor_available: true,
recovery_available: true,
srcs: ["android/hardware/health/*.aidl"],
stability: "vintf",
backend: {
@@ -37,6 +38,7 @@ aidl_interface {
cc_library {
name: "android.hardware.health-translate-ndk",
vendor_available: true,
recovery_available: true,
srcs: ["android/hardware/health/translate-ndk.cpp"],
shared_libs: [
"libbinder_ndk",

View File

@@ -14,6 +14,7 @@
cc_defaults {
name: "libhealth_aidl_common_defaults",
recovery_available: true,
vendor: true,
shared_libs: [
"libbase",