sdm660-common: Use CodeAurora ImsService implementation for RCS
There is no evidence that Qualcomm devices running a rather recent IMS stack need to include AOSP RCS packages. RCS already worked before this change and continues to do so, but the main goal was to get rid of some of the RCS related log spam, which was accomplished here. Change-Id: I219546e29d288373877e9bcd194a60ef5e09f224
This commit is contained in:
parent
6b180768c0
commit
12c3057098
2 changed files with 1 additions and 7 deletions
|
@ -30,5 +30,5 @@
|
||||||
<string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>
|
<string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>
|
||||||
|
|
||||||
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
||||||
<string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
|
<string name="config_ims_rcs_package" translatable="false">org.codeaurora.ims</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -491,12 +491,6 @@ PRODUCT_COPY_FILES += \
|
||||||
$(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \
|
$(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \
|
||||||
$(COMMON_PATH)/configs/perf/perfconfigstore.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfconfigstore.xml
|
$(COMMON_PATH)/configs/perf/perfconfigstore.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfconfigstore.xml
|
||||||
|
|
||||||
# RCS
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
com.android.ims.rcsmanager \
|
|
||||||
PresencePolling \
|
|
||||||
RcsService
|
|
||||||
|
|
||||||
# RenderScript HAL
|
# RenderScript HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.renderscript@1.0-impl
|
android.hardware.renderscript@1.0-impl
|
||||||
|
|
Loading…
Reference in a new issue