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

Commit e250ea27 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Bug: 7012465
Change-Id: I4c8aefdea49d9a21264580828146a4ae01dd1c95
parent 83e024c0
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -122,11 +122,7 @@ PRODUCT_PACKAGES += \
    lint \
    uiautomator \
    telephony-common \
    mms-common \
    tzdata \
    zoneinfo.dat \
    zoneinfo.idx \
    zoneinfo.version
    mms-common

# SELinux packages
PRODUCT_PACKAGES += \
@@ -153,11 +149,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
        libjavacore \
        libssl \
        libz-host \
        dalvik \
        tzdata-host \
        zoneinfo-host.dat \
        zoneinfo-host.idx \
        zoneinfo-host.version
        dalvik
endif

$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)