aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-09-07 08:34:44 -0700
committerColin Cross <ccross@android.com>2019-09-07 08:34:44 -0700
commitefed63416765c846a4ac234c8386bccfaac45720 (patch)
tree663855425763eda463086870ddc08606b39338f3 /lib
parent29e948526476872f74f3fa2c9b508cda559cfd12 (diff)
downloadlinux-x86-efed63416765c846a4ac234c8386bccfaac45720.tar.gz
Update prebuilts to go 1.13ndk-sysroot-r21
From https://ci.android.com/builds/submitted/5859978/linux/latest/go.zip Test: m blueprint_tools Change-Id: Ief07b24cffce02195326d627f28ba879e8f14f6b
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash17
-rw-r--r--lib/time/zoneinfo.zipbin365447 -> 781554 bytes
2 files changed, 2 insertions, 15 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index 8d6785b9a..28f904da9 100755
--- a/lib/time/update.bash
+++ b/lib/time/update.bash
@@ -8,8 +8,8 @@
# Consult https://www.iana.org/time-zones for the latest versions.
# Versions to use.
-CODE=2018i
-DATA=2018i
+CODE=2019b
+DATA=2019b
set -e
rm -rf work
@@ -21,21 +21,8 @@ curl -L -O https://www.iana.org/time-zones/repository/releases/tzdata$DATA.tar.g
tar xzf tzcode$CODE.tar.gz
tar xzf tzdata$DATA.tar.gz
-# Turn off 64-bit output in time zone files.
-# We don't need those until 2037.
-perl -p -i -e 's/pass <= 2/pass <= 1/' zic.c
-
make CFLAGS=-DSTD_INSPIRED AWK=awk TZDIR=zoneinfo posix_only
-# America/Los_Angeles should not be bigger than 1100 bytes.
-# If it is, we probably failed to disable the 64-bit output, which
-# triples the size of the files.
-size=$(ls -l zoneinfo/America/Los_Angeles | awk '{print $5}')
-if [ $size -gt 1200 ]; then
- echo 'zone file too large; 64-bit edit failed?' >&2
- exit 2
-fi
-
cd zoneinfo
rm -f ../../zoneinfo.zip
zip -0 -r ../../zoneinfo.zip *
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index bacb72432..909cf48dd 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ