diff --git a/device.mk b/device.mk index 2a6d1d2..0da6ba2 100644 --- a/device.mk +++ b/device.mk @@ -125,6 +125,10 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \ frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml +# Configstore +PRODUCT_PACKAGES += \ + disable_configstore + # Dalvik $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)