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
This commit is contained in:
Fredrik Roubert 2015-02-04 17:17:34 +01:00
parent 7e1b3d3e68
commit bdd8452472

View file

@ -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