diff options
author | Elliott Hughes <enh@google.com> | 2012-07-27 15:51:16 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-27 15:51:16 -0700 |
commit | b286b76da7d0b3de6f12664aad0cdc146c736cd1 (patch) | |
tree | ca9a70bc9662a9dc3481db1923f5412cb9ed10b7 /target/product/core.mk | |
parent | b1418f47dcf37c3d50b7c76e657ac00ce47d0618 (diff) | |
parent | f833e0a780d576be76520c1d0b51035f589cec0b (diff) | |
download | build-b286b76da7d0b3de6f12664aad0cdc146c736cd1.zip build-b286b76da7d0b3de6f12664aad0cdc146c736cd1.tar.gz build-b286b76da7d0b3de6f12664aad0cdc146c736cd1.tar.bz2 |
am f833e0a7: am b9c2a66a: Merge "Now zoneinfo prebuilts are Android modules."
* commit 'f833e0a780d576be76520c1d0b51035f589cec0b':
Now zoneinfo prebuilts are Android modules.
Diffstat (limited to 'target/product/core.mk')
-rw-r--r-- | target/product/core.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk index 8cf3b3e..c7ae51c 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -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 |