gsi: Enable android.software.telecom feature unconditionally

This is checked by some VoIP software for dialer integration
This commit is contained in:
Peter Cai 2023-04-27 15:30:58 -04:00
parent 8bb3c4bb3d
commit 3c0173bcc1

View file

@ -48,6 +48,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
OpenEUICC OpenEUICC
# Telecom API (Phone Accounts, etc.)
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.telecom.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.telecom.xml
# vendor/foss # vendor/foss
include vendor/foss/foss.mk include vendor/foss/foss.mk