diff options
author | Sandeep Gutta <sangutta@codeaurora.org> | 2020-03-05 21:25:04 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:02 +0200 |
commit | dd11eb41c2efae290913675040d0b2c975ce0609 (patch) | |
tree | c9efcd25bc12d1b964956ab255584f75e5744f6d | |
parent | d64f0edf73988af5d5cced3afa65b67221fdeb75 (diff) |
sdm660-common: Update hidl-wrapper and telephony-utils jar path
Include system_ext path for both hidl-wrapper and telephony-utils jar's
Change-Id: I7cdd93c71bd4a029971188cab60ed98e401be583
CRs-Fixed: 2637090
-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 9f3c304..e116db3 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_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"> + jar="/system_ext/framework/qti-telephony-common.jar:/system_ext/framework/qti-telephony-hidl-wrapper.jar:/system_ext/framework/qti-telephony-utils.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 |