Index: README.chromium |
diff --git a/README.chromium b/README.chromium |
index 12167e6fa448c6ee09683bfe4e7aba1f215f63be..a80cd1f2caa55f202b812aa4e78e38da7bbee086 100644 |
--- a/README.chromium |
+++ b/README.chromium |
@@ -50,18 +50,16 @@ Pre-built data files are generated and checked in with the following steps |
e. Run |
${CHROME_ICU_TREE_TOP}/scripts/make_data.sh |
- This makes icudt${version}l.dat and icudt${version}l_dat.S |
- |
+ This makes icudt${version}l.dat. |
f. Run |
${CHROME_ICU_TREE_TOP}/scripts/copy_data.sh |
- This copies the ICU data file for non-Android platform |
- and the corresponding assembly source files for Linux and Mac to |
- the following places. |
+ This copies the ICU data files for non-Android platforms |
+ (both Little and Big Endian) to the following locations: |
common/icudtl.dat |
- {linux,mac}/icudtl_dat.S |
+ common/icudtb.dat |
g. Run |
${CHROME_ICU_TREE_TOP}/android/patch_locale.sh |
@@ -71,15 +69,14 @@ Pre-built data files are generated and checked in with the following steps |
h. Run |
${CHROME_ICU_TREE_TOP}/scripts/make_data.sh |
- This makes icudt${version}l.dat and icudt${version}l_dat.S for Android. |
+ This makes icudt${version}l.dat for Android. |
i. Run |
${CHROME_ICU_TREE_TOP}/scripts/copy_data_android.sh |
- This copies icu data files for Android to the following locations: |
+ This copies the icu data file for Android to the following location: |
android/icudtl.dat |
- android/icudtl_dat.S |
j. Run |
${CHROME_ICU_TREE_TOP}/scripts/clean_up_data_source.sh |