diff options
author | Elliott Hughes <enh@google.com> | 2012-10-18 11:26:48 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-10-18 12:25:45 -0700 |
commit | 055fe87bc2435e657dfa6a443060a61665d6e0f3 (patch) | |
tree | 4fed37a270048010683d92a087be88728656076a /Android.mk | |
parent | 5088f4ce1c4b733c272cea17e382a0161e1ba9a6 (diff) | |
download | libcore-055fe87bc2435e657dfa6a443060a61665d6e0f3.zip libcore-055fe87bc2435e657dfa6a443060a61665d6e0f3.tar.gz libcore-055fe87bc2435e657dfa6a443060a61665d6e0f3.tar.bz2 |
Make libcore's dependency on the tzdata explicit.
Bug: 7012465
Change-Id: I85469606cd9bae8c5ebd742ac781d82c5af9c6c0
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -60,9 +60,6 @@ ifeq ($(WITH_HOST_DALVIK),true) $(HOST_OUT)/bin/dexopt \ $(HOST_OUT)/lib/libjavacore.so \ cacerts-host \ - $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat \ - $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx \ - $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.version \ core-hostdex \ bouncycastle-hostdex \ apache-xml-hostdex \ |