forked from openkylin/platform_build
Now zoneinfo prebuilts are Android modules.
(cherry-picked from 101d32ebb80f5f015781b98cb53739e8ad933cb4.) Bug: 6857263 Change-Id: Ie0cd0efa4444eb0ee63a1a91890f4bb48539e7a7
This commit is contained in:
parent
47e63bb4e4
commit
5fb2ef65d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue