OSDN Git Service

auto import from //branches/cupcake/...@132276
authorThe Android Open Source Project <initial-contribution@android.com>
Thu, 19 Feb 2009 18:57:36 +0000 (10:57 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 19 Feb 2009 18:57:36 +0000 (10:57 -0800)
linux-x86/icu-3.8/gencnval [new file with mode: 0755]
linux-x86/icu-3.8/genrb [new file with mode: 0755]
linux-x86/icu-3.8/icupkg [new file with mode: 0755]
linux-x86/icu-3.8/readme.txt [new file with mode: 0644]

diff --git a/linux-x86/icu-3.8/gencnval b/linux-x86/icu-3.8/gencnval
new file mode 100755 (executable)
index 0000000..e8167fa
Binary files /dev/null and b/linux-x86/icu-3.8/gencnval differ
diff --git a/linux-x86/icu-3.8/genrb b/linux-x86/icu-3.8/genrb
new file mode 100755 (executable)
index 0000000..c6d22ee
Binary files /dev/null and b/linux-x86/icu-3.8/genrb differ
diff --git a/linux-x86/icu-3.8/icupkg b/linux-x86/icu-3.8/icupkg
new file mode 100755 (executable)
index 0000000..70c4011
Binary files /dev/null and b/linux-x86/icu-3.8/icupkg differ
diff --git a/linux-x86/icu-3.8/readme.txt b/linux-x86/icu-3.8/readme.txt
new file mode 100644 (file)
index 0000000..7d1047c
--- /dev/null
@@ -0,0 +1,22 @@
+This directory contains the Linux versions
+of three 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.
+
+(2) Change to the copy of the directory.
+
+(3) Execute "./runConfigureICU Linux".
+
+(4) Modify the file "icuconfig.mk".
+    Search for "ENABLE_STATIC" and change
+    its value to TRUE. Change the value of
+    "ENABLE_SHARED" to empty.
+
+(5) Execute "make".
+
+(6) If you're successful, the results of
+    your efforts will reside in "bin".
+    Copy them here.