From fd6a2c08d6cc97ec3fcc8374fa3d4b3b6b471b94 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Mon, 16 Sep 2019 17:40:51 +0800 Subject: 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 --- msm8996.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'msm8996.mk') diff --git a/msm8996.mk b/msm8996.mk index 58e6ea3..6270379 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -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 -- cgit v1.2.3