blob: 053c3a30982c5107fbee48fc93958cf4f45984f4 [file] [log] [blame]
Jean-Baptiste Queru3cc7e652012-04-29 11:50:32 -07001This directory contains the Linux versions
2of some ICU tools potentially needed during
3the Android build process. The tools can be
4re-created using the following steps:
5
Craig Cornelius058e1642013-06-14 14:36:40 -07006(1) Copy the whole "/extlibs/icu-51"
Jean-Baptiste Queru3cc7e652012-04-29 11:50:32 -07007 directory somewhere else. Please
Craig Cornelius058e1642013-06-14 14:36:40 -07008 do not use a vanilla ICU 51 for
Jean-Baptiste Queru3cc7e652012-04-29 11:50:32 -07009 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.