readme.txt
1 This directory contains the Linux versions
2 of some ICU tools potentially needed during
3 the Android build process. The tools can be
4 re-created using the following steps:
5
6 (1) Copy the whole "/extlibs/icu-51"
7 directory somewhere else. Please
8 do not use a vanilla ICU 51 for
9 this, since the Android version
10 includes some patches for tweaking
11 file sizes.
12
13 (2) Change to the copy of the directory.
14
15 (3) Execute "./runConfigureICU Linux --enable-static=yes --enable-shared=no".
16
17 (4) Execute "make".
18
19 (5) If you're successful, the results of
20 your efforts will reside in "bin".
21 Copy them here.
22