Now zoneinfo prebuilts are Android modules.

(cherry-picked from 101d32ebb80f5f015781b98cb53739e8ad933cb4.)

Bug: 6857263
Change-Id: Ie0cd0efa4444eb0ee63a1a91890f4bb48539e7a7
This commit is contained in:
Ying Wang 2012-07-26 15:56:13 -07:00 committed by Elliott Hughes
parent 47e63bb4e4
commit 5fb2ef65d4
1 changed files with 7 additions and 1 deletions

View File

@ -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