diff options
author | Sandeep Gutta <sangutta@codeaurora.org> | 2020-01-22 12:06:57 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:02 +0200 |
commit | d64f0edf73988af5d5cced3afa65b67221fdeb75 (patch) | |
tree | 0492256ed3323b1690b2c857f6b920eb07dab131 | |
parent | 421c38c5a31f5c2dfbdad9b50fdaa109090e426a (diff) |
sdm660-common: Move qti-telephony-common jar to system_ext partition
Move qti-telephony-common jar to system_ext partition.
Change-Id: Ib4c366b2c3ceeea59734902aa1825126e7fa402c
CRs-Fixed: 2608010
-rw-r--r-- | overlay/packages/services/Telephony/res/xml/telephony_injection.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/services/Telephony/res/xml/telephony_injection.xml b/overlay/packages/services/Telephony/res/xml/telephony_injection.xml index d2afd5a..9f3c304 100644 --- a/overlay/packages/services/Telephony/res/xml/telephony_injection.xml +++ b/overlay/packages/services/Telephony/res/xml/telephony_injection.xml @@ -25,7 +25,7 @@ e.g. "/system/framework/eg-telephony-common.jar" --> <injection package="com.qualcomm.qti.internal.telephony.QtiTelephonyComponentFactory" - jar="/system/framework/qti-telephony-common.jar:/product/framework/qti-telephony-common.jar:/product/framework/qti-telephony-hidl-wrapper.jar:/product/framework/qti-telephony-utils.jar:/system/framework/qti-telephony-utils.jar"> + jar="/system_ext/framework/qti-telephony-common.jar:/system/framework/qti-telephony-common.jar:/product/framework/qti-telephony-common.jar:/product/framework/qti-telephony-hidl-wrapper.jar:/product/framework/qti-telephony-utils.jar:/system/framework/qti-telephony-utils.jar"> <components> <!-- Components use injected component factory, e.g. com.android.internal.telephony.ServiceStateTracker |