OSDN Git Service

Remove prebuilt ICU3.8 tools.
authorClaire Ho <chinglanho@gmail.com>
Mon, 7 Dec 2009 22:52:42 +0000 (14:52 -0800)
committerClaire Ho <chinglanho@gmail.com>
Mon, 7 Dec 2009 22:55:10 +0000 (14:55 -0800)
Bug: 1823720
Reviewed-by: enh@google.com
CC:
Signed-off-by:

linux-x86/icu-3.8/gencnval [deleted file]
linux-x86/icu-3.8/genrb [deleted file]
linux-x86/icu-3.8/icupkg [deleted file]
linux-x86/icu-3.8/makeconv [deleted file]
linux-x86/icu-3.8/readme.txt [deleted file]

diff --git a/linux-x86/icu-3.8/gencnval b/linux-x86/icu-3.8/gencnval
deleted file mode 100755 (executable)
index e8167fa..0000000
Binary files a/linux-x86/icu-3.8/gencnval and /dev/null differ
diff --git a/linux-x86/icu-3.8/genrb b/linux-x86/icu-3.8/genrb
deleted file mode 100755 (executable)
index c6d22ee..0000000
Binary files a/linux-x86/icu-3.8/genrb and /dev/null differ
diff --git a/linux-x86/icu-3.8/icupkg b/linux-x86/icu-3.8/icupkg
deleted file mode 100755 (executable)
index 70c4011..0000000
Binary files a/linux-x86/icu-3.8/icupkg and /dev/null differ
diff --git a/linux-x86/icu-3.8/makeconv b/linux-x86/icu-3.8/makeconv
deleted file mode 100755 (executable)
index efcb543..0000000
Binary files a/linux-x86/icu-3.8/makeconv and /dev/null differ
diff --git a/linux-x86/icu-3.8/readme.txt b/linux-x86/icu-3.8/readme.txt
deleted file mode 100644 (file)
index 71e78f5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-This directory contains the Linux versions
-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. 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 "icudefs.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.