Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 603574b1 authored by Victor Chang's avatar Victor Chang Committed by Android (Google) Code Review
Browse files

Merge "Remove libicu*.so from /system" into qt-dev

parents 38cd7f3c c3538a4a
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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, 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)
$(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
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
# ************************************************
+0 −5
Original line number Original line Diff line number Diff line
@@ -33,11 +33,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
    ext \
    ext \


# Libcore ICU. TODO(b/124218500): Remove them explicitly when the bug is resolved.
PRODUCT_PACKAGES += \
    libicui18n \
    libicuuc \

# Android Runtime APEX module.
# Android Runtime APEX module.
PRODUCT_PACKAGES += com.android.runtime
PRODUCT_PACKAGES += com.android.runtime
PRODUCT_HOST_PACKAGES += com.android.runtime
PRODUCT_HOST_PACKAGES += com.android.runtime