1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
api Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
libcore_bridge/src Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
resources/android/icu Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
src Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
testing/src Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.android Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
jarjar-rules.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.android

Except where noted, source code in this directory is generated by tools beneath
external/icu/tools/srcgen. Do not modify the code here. Instead, modify the
transformation rules used to generate it.

The source is compiled into core-icu4j alongside the resources. See the
libcore/JavaLibrary.bp build rules for details.

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

src/       - A transformed copy of icu4j source repackaged into android.icu.

resources/ - A transformed copy of icu4j resources repackaged into android.icu.

libcore_bridge/ - Android-specific codes to expose APIs from ICU4J/ICU4C to libcore.
                  Some of the JNI codes, NativeConverter, come from open-sourced
                  but unmaintained ICU4JNI project.
                  https://github.com/unicode-org/icu4jni

testing/   - Android-specific test helper source. This is not auto-generated
             and may be edited directly.