diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2022-03-12 04:11:07 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-04 05:40:50 +0800 |
commit | 5a4e03787e4913e9c8aac7d19d529cce6fb1b83a (patch) | |
tree | c4e765f9eeef13814caec6620ec148bc733ae116 | |
parent | e423676182dc0802d6c1f799642804adfbc2cd2d (diff) |
pantah: Build EuiccSupportPixelOverlay
Change-Id: I46db4122b89798457338f6751982865571529ba6
-rw-r--r-- | device-ice.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/device-ice.mk b/device-ice.mk index a35d6c4..15cdded 100644 --- a/device-ice.mk +++ b/device-ice.mk @@ -8,5 +8,8 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml +PRODUCT_PACKAGES += \ + EuiccSupportPixelOverlay + # Kernel TARGET_PREBUILT_KERNEL := device/google/pantah-kernel/Image.lz4 |