From 843217dbad020b82f6739ad52671fc0302540548 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Thu, 3 Dec 2020 10:26:15 +0000 Subject: [PATCH] avicii: Disable the usage of ConfigStore. * As per commit https://github.com/LineageOS/android_hardware_interfaces/commit/11a113a67e87a8da9a9bf0a73883f2325de90934 ("Add disable_configstore"). Change-Id: I5482989a8a96227a3e2a5317eacf613c641bfa8e --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) 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)