Merge "Remove tzdata from core.mk, now we have explicit dependencies."

This commit is contained in:
Elliott Hughes
2012-10-18 14:06:03 -07:00
committed by Gerrit Code Review

View File

@@ -122,11 +122,7 @@ PRODUCT_PACKAGES += \
lint \ lint \
uiautomator \ uiautomator \
telephony-common \ telephony-common \
mms-common \ mms-common
tzdata \
zoneinfo.dat \
zoneinfo.idx \
zoneinfo.version
# SELinux packages # SELinux packages
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
@@ -153,11 +149,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
libjavacore \ libjavacore \
libssl \ libssl \
libz-host \ libz-host \
dalvik \ dalvik
tzdata-host \
zoneinfo-host.dat \
zoneinfo-host.idx \
zoneinfo-host.version
endif endif
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)