diff options
author | Ethan Chen <intervigil@gmail.com> | 2018-12-01 13:53:00 -0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-04 05:40:50 +0800 |
commit | e423676182dc0802d6c1f799642804adfbc2cd2d (patch) | |
tree | 0dfc272c5d7a59232a98cbb34bc1b7523c1c1984 | |
parent | f954077bf655682a60059a2f3d3c8f0d6f843c0a (diff) |
pantah: Declare EUICC permission
This is a squash of the following:
Author: Ethan Chen <intervigil@gmail.com>
Date: Sat Dec 1 13:53:00 2018 -0800
Declare EUICC permission
Change-Id: I1b151021ca9fc6cf35141b2ccb337bc83197089e
Author: razorloves <razorloves@gmail.com>
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
-rw-r--r-- | device-ice.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device-ice.mk b/device-ice.mk index 73cb62d..a35d6c4 100644 --- a/device-ice.mk +++ b/device-ice.mk @@ -4,5 +4,9 @@ # SPDX-License-Identifier: Apache-2.0 # +# EUICC +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml + # Kernel TARGET_PREBUILT_KERNEL := device/google/pantah-kernel/Image.lz4 |