From f5a4b2b57a92e7e24b800dbfe78a33677b39847d Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Wed, 14 Sep 2022 19:47:17 +0100 Subject: [PATCH] rosemary: Disable SF configstore * ship disable_configstore because we have API level 29 Change-Id: If8533333745aea8f19983949571729cb53904eb1 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 46abbad..5516cea 100644 --- a/device.mk +++ b/device.mk @@ -87,6 +87,10 @@ PRODUCT_PACKAGES += \ android.hardware.drm@1.2.vendor \ android.hardware.drm@1.3.vendor +# Disable SF configstore +PRODUCT_PACKAGES += \ + disable_configstore + # Dynamic Partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true