diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-09-16 17:40:51 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 22:19:31 +0100 |
commit | fd6a2c08d6cc97ec3fcc8374fa3d4b3b6b471b94 (patch) | |
tree | a63f22a1fc67a4d172013b35d588a235843a5a55 /msm8996.mk | |
parent | 45583cdba8b84f9a64b18ecace6ae3855176f245 (diff) |
msm8996-common: Create system copy of ims-ext-common and add to classpath
* Our ims.apk doesn't load ims-ext-common.jar, and it's moved to /product
on 10 where PRODUCT_BOOT_JARS doesn't work.
* Create a system copy of the jar and add it to boot classpath to make
it loadable from the apk without extra work,
Change-Id: Ia530a530bd4469e12500410fc5e8ba393de60b18
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -353,9 +353,11 @@ PRODUCT_PACKAGES += \ # Telephony PRODUCT_PACKAGES += \ + ims-ext-common_system \ telephony-ext PRODUCT_BOOT_JARS += \ + ims-ext-common_system \ telephony-ext # TextClassifier |