Merge "Add libhealthstoragedefault to make files"
diff --git a/healthd/Android.bp b/healthd/Android.bp
index 3a71d03..df12ff0 100644
--- a/healthd/Android.bp
+++ b/healthd/Android.bp
@@ -39,6 +39,7 @@
     static_libs: [
         "android.hardware.health@2.0-impl",
         "android.hardware.health@1.0-convert",
+        "libhealthstoragedefault",
         "libbatterymonitor",
     ],
 
@@ -72,6 +73,7 @@
         "android.hardware.health@2.0-impl",
         "android.hardware.health@1.0-convert",
         "libbatterymonitor",
+        "libhealthstoragedefault",
     ],
 
     shared_libs: [
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 7e58785..9127c60 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -50,6 +50,7 @@
     android.hardware.health@2.0 \
     android.hardware.health@2.0-impl \
     android.hardware.health@1.0 \
+    libhealthstoragedefault \
     libminui \
     libpng \
     libz \
@@ -98,6 +99,7 @@
     libhidltransport \
     libhidlbase \
     libhwbinder \
+    libhealthstoragedefault \
     libvndksupport \
     libhealthd_charger \
     libhealthd_draw \