diff --git a/configs/manifest.xml b/configs/manifest.xml
index ee36d88..c7f1df8 100644
--- a/configs/manifest.xml
+++ b/configs/manifest.xml
@@ -365,5 +365,14 @@
default
+
+ android.hardware.configstore
+ hwbinder
+ 1.0
+
+ ISurfaceFlingerConfigs
+ default
+
+
diff --git a/device.mk b/device.mk
index 260f681..d65c3d6 100644
--- a/device.mk
+++ b/device.mk
@@ -146,6 +146,7 @@ PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.mapper@2.0-impl \
android.hardware.memtrack@1.0-impl \
+ android.hardware.configstore@1.0-service \
hwcomposer.msm8953 \
memtrack.msm8953 \
libgenlock \