commit | bdd845247282fb1c3ac12184eebb90adc6c7ff41 | [log] [tgz] |
---|---|---|
author | Fredrik Roubert <roubert@google.com> | Wed Feb 04 17:17:34 2015 +0100 |
committer | Fredrik Roubert <roubert@google.com> | Wed Feb 04 17:17:34 2015 +0100 |
tree | dd50aaceae69033b9a8211e94180cb54cabafcb2 | |
parent | 7e1b3d3e68f7430322a88be06f6b53c358fd14bf [diff] [blame] |
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
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 @@ # 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