From 56b87922076c3800667334deecc0f14b2447a77a Mon Sep 17 00:00:00 2001 From: claireho Date: Tue, 28 Feb 2012 11:11:30 -0800 Subject: Move ICU prebuilt packages from linux-x86/icu-4.8 to linux-x86_64/icu-4.8. Change-Id: I79911a2834030e196c9b4437cfe0198671a53d46 Bug6083904: 64-bit ICU packages are placed in wrong directory. --- linux-x86/icu-4.8/gencnval | Bin 220153 -> 0 bytes linux-x86/icu-4.8/genrb | Bin 3316795 -> 0 bytes linux-x86/icu-4.8/icupkg | Bin 2917419 -> 0 bytes linux-x86/icu-4.8/makeconv | Bin 2679888 -> 0 bytes linux-x86/icu-4.8/readme.txt | 21 --------------------- linux-x86_64/icu-4.8/gencnval | Bin 0 -> 220153 bytes linux-x86_64/icu-4.8/genrb | Bin 0 -> 3316795 bytes linux-x86_64/icu-4.8/icupkg | Bin 0 -> 2917419 bytes linux-x86_64/icu-4.8/makeconv | Bin 0 -> 2679888 bytes linux-x86_64/icu-4.8/readme.txt | 21 +++++++++++++++++++++ 10 files changed, 21 insertions(+), 21 deletions(-) delete mode 100755 linux-x86/icu-4.8/gencnval delete mode 100755 linux-x86/icu-4.8/genrb delete mode 100755 linux-x86/icu-4.8/icupkg delete mode 100755 linux-x86/icu-4.8/makeconv delete mode 100644 linux-x86/icu-4.8/readme.txt create mode 100755 linux-x86_64/icu-4.8/gencnval create mode 100755 linux-x86_64/icu-4.8/genrb create mode 100755 linux-x86_64/icu-4.8/icupkg create mode 100755 linux-x86_64/icu-4.8/makeconv create mode 100644 linux-x86_64/icu-4.8/readme.txt diff --git a/linux-x86/icu-4.8/gencnval b/linux-x86/icu-4.8/gencnval deleted file mode 100755 index 846582b5..00000000 Binary files a/linux-x86/icu-4.8/gencnval and /dev/null differ diff --git a/linux-x86/icu-4.8/genrb b/linux-x86/icu-4.8/genrb deleted file mode 100755 index e82d91a1..00000000 Binary files a/linux-x86/icu-4.8/genrb and /dev/null differ diff --git a/linux-x86/icu-4.8/icupkg b/linux-x86/icu-4.8/icupkg deleted file mode 100755 index e76499f3..00000000 Binary files a/linux-x86/icu-4.8/icupkg and /dev/null differ diff --git a/linux-x86/icu-4.8/makeconv b/linux-x86/icu-4.8/makeconv deleted file mode 100755 index 07fbad61..00000000 Binary files a/linux-x86/icu-4.8/makeconv and /dev/null differ diff --git a/linux-x86/icu-4.8/readme.txt b/linux-x86/icu-4.8/readme.txt deleted file mode 100644 index 61522492..00000000 --- a/linux-x86/icu-4.8/readme.txt +++ /dev/null @@ -1,21 +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-4.8" - directory somewhere else. Please - do not use a vanilla ICU 4.8 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 --enable-static=yes --enable-shared=no". - -(4) Execute "make". - -(5) If you're successful, the results of - your efforts will reside in "bin". - Copy them here. diff --git a/linux-x86_64/icu-4.8/gencnval b/linux-x86_64/icu-4.8/gencnval new file mode 100755 index 00000000..846582b5 Binary files /dev/null and b/linux-x86_64/icu-4.8/gencnval differ diff --git a/linux-x86_64/icu-4.8/genrb b/linux-x86_64/icu-4.8/genrb new file mode 100755 index 00000000..e82d91a1 Binary files /dev/null and b/linux-x86_64/icu-4.8/genrb differ diff --git a/linux-x86_64/icu-4.8/icupkg b/linux-x86_64/icu-4.8/icupkg new file mode 100755 index 00000000..e76499f3 Binary files /dev/null and b/linux-x86_64/icu-4.8/icupkg differ diff --git a/linux-x86_64/icu-4.8/makeconv b/linux-x86_64/icu-4.8/makeconv new file mode 100755 index 00000000..07fbad61 Binary files /dev/null and b/linux-x86_64/icu-4.8/makeconv differ diff --git a/linux-x86_64/icu-4.8/readme.txt b/linux-x86_64/icu-4.8/readme.txt new file mode 100644 index 00000000..61522492 --- /dev/null +++ b/linux-x86_64/icu-4.8/readme.txt @@ -0,0 +1,21 @@ +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-4.8" + directory somewhere else. Please + do not use a vanilla ICU 4.8 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 --enable-static=yes --enable-shared=no". + +(4) Execute "make". + +(5) If you're successful, the results of + your efforts will reside in "bin". + Copy them here. -- cgit v1.2.3