diff options
author | Jake Weinstein <jake@aospa.co> | 2022-06-07 18:34:19 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-09-14 10:14:53 +0800 |
commit | c306ef16ef12ee6cacec8ce1fc972eb0f2389582 (patch) | |
tree | 9532aa1ac7c8b6af4a759e4f255453e425e42002 | |
parent | 84f9dcdfb6a4bf0a16247a2f5f840d4580ef555a (diff) |
common: telephony: Move framework packages to vendor/ice
Some of these are needed to boot and use the radio
on non-Qualcomm devices running CLO as well.
Others such as CellBroadcastReceiver and Stk are not Qualcomm-specific
and should be built on all devices.
Change-Id: I9b6036cd727010041563bb706396a003e3a77594
-rw-r--r-- | telephony/qti-telephony.mk | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/telephony/qti-telephony.mk b/telephony/qti-telephony.mk index 341ea65..b880a24 100644 --- a/telephony/qti-telephony.mk +++ b/telephony/qti-telephony.mk @@ -52,32 +52,10 @@ PRODUCT_VENDOR_PROPERTIES += \ # Packages PRODUCT_PACKAGES += \ - CellBroadcastReceiver \ android.hardware.radio@1.6 \ android.hardware.radio.config@1.3 \ android.hardware.radio.deprecated@1.0 \ - extphonelib \ - extphonelib-product \ - extphonelib.xml \ - extphonelib_product.xml \ - ims-ext-common \ - ims_ext_common.xml \ - libjson \ - Stk \ - tcmiface \ - telephony-ext \ - qti-telephony-hidl-wrapper \ - qti-telephony-hidl-wrapper-prd \ - qti_telephony_hidl_wrapper.xml \ - qti_telephony_hidl_wrapper_prd.xml \ - qti-telephony-utils \ - qti-telephony-utils-prd \ - qti_telephony_utils.xml \ - qti_telephony_utils_prd.xml - -PRODUCT_BOOT_JARS += \ - tcmiface \ - telephony-ext + libjson # Permissions PRODUCT_COPY_FILES += \ |