blob: 33205c6722c532c8b147525454889b90d2de845e [file] [log] [blame]
Neil Fullerca551272015-12-04 13:04:01 +00001This repo contains Android's copy of ICU4C and ICU4J and associated tools and code.
2
3Directories
4===========
5
Paul Duffinaefe4d12016-02-26 16:21:51 +00006icu4c/ - ICU4C with Google and Android-specific patches applied.
7
8icu4j/ - ICU4J with Google and Android-specific patches applied.
9 After patching this make sure to run the following to update
10 the repackaged version used in Android and CTS tests.
11 tools/srcgen/generate_android_icu4j.sh
Neil Fullerca551272015-12-04 13:04:01 +000012
Pete Gillind9615ce2017-09-13 12:49:54 +010013android_icu4j/ - This is the copy of ICU4J used in the Android platform.
14 IMPORTANT NOTE: Do not make changes to this code directly,
15 except where noted in android_icu4j/README.android. See
16 tools/README.android for how to generate it.
Neil Fullerca551272015-12-04 13:04:01 +000017
18android_utils/ - ICU4C runtime initialization / Android integration code.
19
20tools/ - Code / data maintenance tools. See tools/README.android.