From 46d95f752b14aa00527568f56d47b9a4dc72a58d Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Fri, 5 Jul 2019 17:33:05 +0100 Subject: [PATCH] Add com.android.i18n APEX module to PRODUCT_PACKAGES Bug: 137009149 Test: device boots Change-Id: I9de4e6930456e52dec76dd2a67d6e7ddad393332 --- target/product/base_system.mk | 3 ++- target/product/base_vendor.mk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index c21a2fba8..050526239 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -54,6 +54,7 @@ PRODUCT_PACKAGES += \ charger \ cmd \ com.android.conscrypt \ + com.android.i18n \ com.android.location.provider \ com.android.resolv \ com.android.neuralnetworks \ @@ -286,7 +287,7 @@ PRODUCT_HOST_PACKAGES += \ e2fsck \ fastboot \ flags_health_check \ - icu-data_host_runtime_apex \ + icu-data_host_i18n_apex \ icu_tzdata.dat_host_tzdata_apex \ incident_report \ ld.mc \ diff --git a/target/product/base_vendor.mk b/target/product/base_vendor.mk index 4233c1c7e..c57cc3ffa 100644 --- a/target/product/base_vendor.mk +++ b/target/product/base_vendor.mk @@ -36,7 +36,7 @@ PRODUCT_HOST_PACKAGES += \ make_f2fs \ PRODUCT_HOST_PACKAGES += \ - icu-data_host_runtime_apex + icu-data_host_i18n_apex # Base modules and settings for the vendor partition. PRODUCT_PACKAGES += \