Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
thyme: Compile IMS & Telephony packages
Browse files Browse the repository at this point in the history
 * ALso ship ims permission xml to product

Change-Id: I224942740d647ebbe6d4b609587eb545e2d1c2c7
  • Loading branch information
justks authored and KaguraRinko committed Mar 25, 2022
1 parent 434b773 commit e6d415f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ PRODUCT_BUILD_SUPER_PARTITION := false
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)

# Telephony & IMS
PRODUCT_PACKAGES += \
ims-ext-common \
ims_ext_common.xml \
qti-telephony-hidl-wrapper \
qti_telephony_hidl_wrapper.xml \
qti-telephony-utils \
qti_telephony_utils.xml

PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.ims.xml

# Update engine
PRODUCT_PACKAGES += \
otapreopt_script \
Expand Down

0 comments on commit e6d415f

Please sign in to comment.