am b9c2a66a
: Merge "Now zoneinfo prebuilts are Android modules."
* commit 'b9c2a66a4897b9be02d53f36bf9d212141c2dfb0': Now zoneinfo prebuilts are Android modules.
This commit is contained in:
commit
f833e0a780
1 changed files with 7 additions and 1 deletions
|
@ -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 a new issue