OSDN Git Service

Automated import from //branches/master/...@140437,140437
authorJorg Pleumann <>
Wed, 25 Mar 2009 00:41:23 +0000 (17:41 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 25 Mar 2009 00:41:23 +0000 (17:41 -0700)
linux-x86/icu-3.8/makeconv [new file with mode: 0755]
linux-x86/icu-3.8/readme.txt

diff --git a/linux-x86/icu-3.8/makeconv b/linux-x86/icu-3.8/makeconv
new file mode 100755 (executable)
index 0000000..efcb543
Binary files /dev/null and b/linux-x86/icu-3.8/makeconv differ
index 7d1047c..71e78f5 100644 (file)
@@ -1,16 +1,20 @@
 This directory contains the Linux versions
-of three ICU tools potentially needed during
+of some ICU tools potentially needed during
 the Android build process. The tools can be
 re-created using the following steps:
 
 (1) Copy the whole "/extlibs/icu-3.8"
-    directory somewhere else.
+    directory somewhere else. Please
+    do not use a vanilla ICU 3.8.1 for
+    this, since the Android version
+    includes some patches for tweaking
+    file sizes.
 
 (2) Change to the copy of the directory.
 
 (3) Execute "./runConfigureICU Linux".
 
-(4) Modify the file "icuconfig.mk".
+(4) Modify the file "icudefs.mk".
     Search for "ENABLE_STATIC" and change
     its value to TRUE. Change the value of
     "ENABLE_SHARED" to empty.