From bfe5781da4835c1e87eca2d787be629be2ccb22b Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Sat, 1 Dec 2018 13:53:00 -0800 Subject: [PATCH] rtwo: Declare EUICC permission This is a squash of the following: Author: Ethan Chen Date: Sat Dec 1 13:53:00 2018 -0800 Declare EUICC permission Change-Id: I1b151021ca9fc6cf35141b2ccb337bc83197089e Author: razorloves Date: Fri Oct 18 00:06:22 2019 -0500 Move eUICC permissions xml to /product All eUICC items were moved to /product in Q. Change-Id: I614f86b16f61959c47465863ab1d5d55030209ab Change-Id: I323dce8b848b44e45ed21002950059e58719113c --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 595ac66..68867b4 100644 --- a/device.mk +++ b/device.mk @@ -86,7 +86,8 @@ PRODUCT_PACKAGES += \ # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_dne/android.hardware.nfc.ese.xml \ - frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_dne/android.hardware.se.omapi.ese.xml + frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_dne/android.hardware.se.omapi.ese.xml \ + frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml # PowerShare PRODUCT_PACKAGES += \