summaryrefslogtreecommitdiffstats
path: root/libc/tools
diff options
context:
space:
mode:
authorFredrik Roubert <roubert@google.com>2015-02-04 17:17:34 +0100
committerFredrik Roubert <roubert@google.com>2015-02-04 17:17:34 +0100
commitbdd845247282fb1c3ac12184eebb90adc6c7ff41 (patch)
treedd50aaceae69033b9a8211e94180cb54cabafcb2 /libc/tools
parent7e1b3d3e68f7430322a88be06f6b53c358fd14bf (diff)
downloadbionic-bdd845247282fb1c3ac12184eebb90adc6c7ff41.zip
bionic-bdd845247282fb1c3ac12184eebb90adc6c7ff41.tar.gz
bionic-bdd845247282fb1c3ac12184eebb90adc6c7ff41.tar.bz2
Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data.
This is now necessary to build .dat files that are useable for ICU4J as well, and will need to be used for any future updates of the .dat file: https://android.googlesource.com/platform/external/icu/+/6b52738 Change-Id: Ifa3a7469a66ab932db20876697e45814f0c5ddc3
Diffstat (limited to 'libc/tools')
-rwxr-xr-xlibc/tools/zoneinfo/update-tzdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/tools/zoneinfo/update-tzdata.py b/libc/tools/zoneinfo/update-tzdata.py
index 4847356..d5788af 100755
--- a/libc/tools/zoneinfo/update-tzdata.py
+++ b/libc/tools/zoneinfo/update-tzdata.py
@@ -140,7 +140,7 @@ def BuildIcuToolsAndData(data_filename):
# Regenerate the .dat file.
os.chdir(icu_working_dir)
- subprocess.check_call(['make', '-j32'])
+ subprocess.check_call(['make', 'INCLUDE_UNI_CORE_DATA=1', '-j32'])
# Copy the .dat file to its ultimate destination.
icu_dat_data_dir = '%s/stubdata' % icu_dir