mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Organize tree
This commit is contained in:
parent
3f7b6ce7aa
commit
340f28fe4b
64 changed files with 1 additions and 1 deletions
|
|
@ -1,29 +0,0 @@
|
|||
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",
|
||||
defaults: ["eureka_defaults"],
|
||||
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",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
"HealthImpl.cpp",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue