Skip to content

Commit

Permalink
s2: FR53248:Android Q::Remove hidden API references in ims.apk
Browse files Browse the repository at this point in the history
Add telephony-qti-utils libarary to product packages

Change-Id: Ie8651ebadc246c21bd5eb69ef060fe32d8f5f7c8
  • Loading branch information
Sumit Das authored and Akash98Sky committed Nov 16, 2019
1 parent dd64696 commit bbdc4c6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ PRODUCT_PACKAGES += \
ims-ext-common_system \
ims_ext_common.xml

PRODUCT_BOOT_JARS += \
ims-ext-common_system

# IPA Manager
PRODUCT_PACKAGES += \
ipacm \
Expand Down Expand Up @@ -414,12 +417,13 @@ PRODUCT_PACKAGES += \

# Telephony
PRODUCT_PACKAGES += \
telephony-ext \
qti-telephony-hidl-wrapper \
qti_telephony_hidl_wrapper.xml
qti_telephony_hidl_wrapper.xml \
qti-telephony-utils \
qti_telephony_utils.xml \
telephony-ext

PRODUCT_BOOT_JARS += \
ims-ext-common_system \
telephony-ext

# TextClassifier smart selection model files
Expand Down

0 comments on commit bbdc4c6

Please sign in to comment.