universal7885: Implement health 2.1 hal

This commit is contained in:
roynatech2544 2022-04-30 12:27:58 +09:00
commit f90a9a09cf
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
3 changed files with 196 additions and 2 deletions

View file

@ -0,0 +1,30 @@
cc_library_shared {
name: "android.hardware.health@2.1-impl-exynos7885",
stem: "android.hardware.health@2.0-impl-2.1-exynos7885",
proprietary: true,
recovery_available: true,
relative_install_path: "hw",
shared_libs: [
"libbase",
"libcutils",
"libhidlbase",
"liblog",
"libutils",
"android.hardware.health@2.1",
"android.hardware.health@2.0",
],
static_libs: [
"android.hardware.health@1.0-convert",
"libbatterymonitor",
"libhealthloop",
"libhealth2impl",
"libc++fs"
],
srcs: [
"HealthImpl.cpp",
],
}