diff options
author | Suresh Koleti <skoleti@codeaurora.org> | 2018-12-28 14:44:41 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 1f08b69fd94238e5c009cbe9511af193dc52d8cc (patch) | |
tree | 38c2fc4baf4b945087607bdada63ef07dbea906b | |
parent | 5435149ed343cd75f468e960a7e7a2a80af875c4 (diff) |
msm8996-common: IMS: decouple ims-ext-common from boot jars
-- Include ims_ext_common permission xml.
Change-Id: Ide3ecae57cc1909180c8d8f323aa31620e900888
CRs-Fixed: 2373721
-rwxr-xr-x | msm8996.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -382,6 +382,7 @@ PRODUCT_PACKAGES += \ # Telephony PRODUCT_PACKAGES += \ ims-ext-common \ + ims_ext_common.xml \ qti-telephony-hidl-wrapper \ qti_telephony_hidl_wrapper.xml \ qti-telephony-utils \ |