From 3e4487562ed3eaae2aaf54f32de8e0d0d59b6c25 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Tue, 15 Feb 2022 19:46:51 +0100 Subject: [PATCH] pstar: copy device specific permission --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 4fd708d..a30ba18 100644 --- a/device.mk +++ b/device.mk @@ -35,5 +35,9 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/media/media_profiles_kona.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_kona.xml \ $(LOCAL_PATH)/media/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml +# Permissions +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml + # Inherit from vendor blobs $(call inherit-product, vendor/motorola/pstar/pstar-vendor.mk)