mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "health: make AIDL HAL recovery available."
This commit is contained in:
@@ -24,6 +24,7 @@ package {
|
||||
aidl_interface {
|
||||
name: "android.hardware.health",
|
||||
vendor_available: true,
|
||||
recovery_available: true,
|
||||
srcs: ["android/hardware/health/*.aidl"],
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
@@ -46,6 +47,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",
|
||||
|
||||
@@ -23,6 +23,7 @@ package {
|
||||
|
||||
cc_defaults {
|
||||
name: "libhealth_aidl_common_defaults",
|
||||
recovery_available: true,
|
||||
vendor: true,
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
|
||||
Reference in New Issue
Block a user