aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-07-31 15:02:17 -0700
committerElliott Hughes <enh@google.com>2013-07-31 15:02:17 -0700
commit2092dc9dbcb2016bfaf861d20da69fa80255e79c (patch)
treee21fae2c7378a3d1a907aa6e48de17bef19467e5
parentf1534b6292a609bb5f55c4a617f3cd1054f90a81 (diff)
downloadbuild-2092dc9dbcb2016bfaf861d20da69fa80255e79c.tar.gz
Remove the bogus icu.dat dependency.
Simply depending on the icu4c libraries now pulls in the appropriate data files for you. Change-Id: Ied659584b2583c92d871c5823988ce0a865eabe4
-rw-r--r--target/product/core_minimal.mk1
-rw-r--r--target/product/generic_no_telephony.mk3
-rw-r--r--target/product/mini.mk5
3 files changed, 0 insertions, 9 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index 4f4623cf30..4c2cdfbca9 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -52,7 +52,6 @@ PRODUCT_PACKAGES += \
ext \
framework-res \
hprof-conv \
- icu.dat \
installd \
ip \
ip-up-vpn \
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk
index 18991b0896..2c71ed55eb 100644
--- a/target/product/generic_no_telephony.mk
+++ b/target/product/generic_no_telephony.mk
@@ -58,9 +58,6 @@ PRODUCT_PACKAGES += \
wpa_supplicant
PRODUCT_PACKAGES += \
- icu.dat
-
-PRODUCT_PACKAGES += \
librs_jni \
libvideoeditor_jni \
libvideoeditor_core \
diff --git a/target/product/mini.mk b/target/product/mini.mk
index a1f6317e41..e0566ee4df 100644
--- a/target/product/mini.mk
+++ b/target/product/mini.mk
@@ -86,7 +86,6 @@ PRODUCT_PACKAGES += \
ext \
framework-res \
hprof-conv \
- icu.dat \
installd \
ip \
ip-up-vpn \
@@ -171,10 +170,6 @@ PRODUCT_PACKAGES += \
hostapd \
wpa_supplicant.conf
-
-PRODUCT_PACKAGES += \
- icu.dat
-
PRODUCT_PACKAGES += \
librs_jni \
libvideoeditor_jni \