Merge "Add libhealthstoragedefault to make files"
This commit is contained in:
commit
adf13fe779
|
@ -39,6 +39,7 @@ cc_binary {
|
|||
static_libs: [
|
||||
"android.hardware.health@2.0-impl",
|
||||
"android.hardware.health@1.0-convert",
|
||||
"libhealthstoragedefault",
|
||||
"libbatterymonitor",
|
||||
],
|
||||
|
||||
|
@ -72,6 +73,7 @@ cc_binary {
|
|||
"android.hardware.health@2.0-impl",
|
||||
"android.hardware.health@1.0-convert",
|
||||
"libbatterymonitor",
|
||||
"libhealthstoragedefault",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
|
|
@ -50,6 +50,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
android.hardware.health@2.0 \
|
||||
android.hardware.health@2.0-impl \
|
||||
android.hardware.health@1.0 \
|
||||
libhealthstoragedefault \
|
||||
libminui \
|
||||
libpng \
|
||||
libz \
|
||||
|
@ -98,6 +99,7 @@ CHARGER_STATIC_LIBRARIES := \
|
|||
libhidltransport \
|
||||
libhidlbase \
|
||||
libhwbinder \
|
||||
libhealthstoragedefault \
|
||||
libvndksupport \
|
||||
libhealthd_charger \
|
||||
libhealthd_draw \
|
||||
|
|
Loading…
Reference in New Issue