diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index cb1964f..836e883 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -64,8 +64,6 @@ TARGET_NO_BOOTLOADER := true
TARGET_USES_QTI_CAMERA_DEVICE := true
# Display
-TARGET_HAS_HDR_DISPLAY := true
-TARGET_HAS_WIDE_COLOR_DISPLAY := true
TARGET_USES_COLOR_METADATA := true
TARGET_USES_DISPLAY_RENDER_INTENTS := true
TARGET_USES_DRM_PP := true
diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml
index eb66f27..aaa9541 100644
--- a/configs/hidl/manifest.xml
+++ b/configs/hidl/manifest.xml
@@ -49,16 +49,6 @@
@2.4::ICameraProvider/legacy/0
-
- android.hardware.configstore
- hwbinder
- 1.1
-
- ISurfaceFlingerConfigs
- default
-
- @1.1::ISurfaceFlingerConfigs/default
-
vendor.qti.hardware.cacert
hwbinder
diff --git a/sm6150.mk b/sm6150.mk
index 2fade78..02aad65 100644
--- a/sm6150.mk
+++ b/sm6150.mk
@@ -134,6 +134,9 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
vendor.qti.hardware.display.mapper@2.0.vendor
+PRODUCT_PACKAGES += \
+ disable_configstore
+
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml