From 02856bbb7615b2eaf1de484e3ee978abf8f1c460 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Tue, 10 Sep 2019 19:02:00 +0200 Subject: [PATCH] sdm845-common: Copy up to date handheld_core_hardware to system * Vendor one is outdated and therefore we lose stuff like secure lockscreen... Change-Id: I458867b3b322ad754b78877209b7f4d8fb78eb38 --- common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.mk b/common.mk index dccb9e1..3f96159 100644 --- a/common.mk +++ b/common.mk @@ -27,6 +27,10 @@ DEVICE_PACKAGE_OVERLAYS += \ PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true +# Permissions +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml + # A/B AB_OTA_UPDATER := true