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

Commit 5fb2ef65 authored by Ying Wang's avatar Ying Wang Committed by Elliott Hughes
Browse files

Now zoneinfo prebuilts are Android modules.

(cherry-picked from 101d32eb.)

Bug: 6857263
Change-Id: Ie0cd0efa4444eb0ee63a1a91890f4bb48539e7a7
parent 47e63bb4
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ PRODUCT_PACKAGES := \
    uiautomator \
    telephony-common \
    mms-common \
    zoneinfo.dat \
    zoneinfo.idx \
    zoneinfo.version

PRODUCT_COPY_FILES += \
    system/core/rootdir/init.usb.rc:root/init.usb.rc \
@@ -140,5 +143,8 @@ ifeq ($(WITH_HOST_DALVIK),true)
        libjavacore \
        libssl \
        libz-host \
        dalvik
        dalvik \
        zoneinfo-host.dat \
        zoneinfo-host.idx \
        zoneinfo-host.version
endif