Remove libicu*.so from /system
Bug: 120659668
Test: CtsJniTestCases
Merged-In: I1c2ab41aa0b19f71025e2dd09be9b9bd306e8616
Change-Id: I1c2ab41aa0b19f71025e2dd09be9b9bd306e8616
(cherry picked from commit c164b8ef13
)
This commit is contained in:
parent
e4a2c3af61
commit
c3538a4ac0
|
@ -621,6 +621,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.frameworks.
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/super.img)
|
||||
|
||||
$(call add-clean-step, find $(PRODUCT_OUT) -type f -name "generated_*_image_info.txt" -print0 | xargs -0 rm -f)
|
||||
|
||||
# Clean up libicuuc.so and libicui18n.so
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libicu*)
|
||||
# ************************************************
|
||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||
# ************************************************
|
||||
|
|
|
@ -33,11 +33,6 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
ext \
|
||||
|
||||
# Libcore ICU. TODO(b/124218500): Remove them explicitly when the bug is resolved.
|
||||
PRODUCT_PACKAGES += \
|
||||
libicui18n \
|
||||
libicuuc \
|
||||
|
||||
# Android Runtime APEX module.
|
||||
PRODUCT_PACKAGES += com.android.runtime
|
||||
PRODUCT_HOST_PACKAGES += com.android.runtime
|
||||
|
|
Loading…
Reference in New Issue