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
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
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
include vendor/foss/foss.mk