summaryrefslogtreecommitdiffstats
path: root/README.android
blob: 33205c6722c532c8b147525454889b90d2de845e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This repo contains Android's copy of ICU4C and ICU4J and associated tools and code.

Directories
===========

icu4c/          - ICU4C with Google and Android-specific patches applied.

icu4j/          - ICU4J with Google and Android-specific patches applied.
                  After patching this make sure to run the following to update
                  the repackaged version used in Android and CTS tests.
                      tools/srcgen/generate_android_icu4j.sh

android_icu4j/  - This is the copy of ICU4J used in the Android platform.
                  IMPORTANT NOTE: Do not make changes to this code directly,
                  except where noted in android_icu4j/README.android. See
                  tools/README.android for how to generate it.

android_utils/  - ICU4C runtime initialization / Android integration code.

tools/          - Code / data maintenance tools. See tools/README.android.