mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
health: make AIDL HAL recovery available.
Test: builds Bug: 170338625 Change-Id: I45e0032e7a765cdeb39e01d17bacf11d1c10a75c
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
cc_defaults {
|
||||
name: "libhealth_aidl_common_defaults",
|
||||
recovery_available: true,
|
||||
vendor: true,
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
|
||||
Reference in New Issue
Block a user