From ba2c97b3d761f51a37409ee5dc503d2421872fcf Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Tue, 1 Dec 2020 10:56:41 +0530 Subject: [PATCH] universal7885: Enable device controls feature in power menu Signed-off-by: SamarV-121 --- universal7904-common.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/universal7904-common.mk b/universal7904-common.mk index 9806105..71c6783 100644 --- a/universal7904-common.mk +++ b/universal7904-common.mk @@ -47,8 +47,9 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ - frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml - + frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ + frameworks/native/data/etc/android.software.controls.xml:system/etc/permissions/android.software.controls.xml + # Recovery PRODUCT_PACKAGES += \ fastbootd \