summaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-02-26 16:21:51 +0000
committerPaul Duffin <paulduffin@google.com>2016-02-29 11:32:41 +0000
commitaefe4d1f8f1773ead1a52f7a5d2c9e0009353600 (patch)
treed0e8c1bb39e9d0c9817f15098b7b02e8f3832c8d /README.android
parent71dafc949f25e75d1228aa495817ce0e4f2921f3 (diff)
downloadicu-aefe4d1f8f1773ead1a52f7a5d2c9e0009353600.tar.gz
Add repackaged version of the ICU tests
Adds a new android-icu4j-tests target to build the repackaged tests. The repackages tests were generated by running the following script which was modified to repackage the tests in addition to the source and sample. tools/srcgen/generate_android_icu4j.sh Bug: 22023363 Change-Id: I3c6e65ba6a4d24055343460a023d6671585146f5
Diffstat (limited to 'README.android')
-rw-r--r--README.android7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.android b/README.android
index 5f8ff535b..e03e21a8c 100644
--- a/README.android
+++ b/README.android
@@ -3,7 +3,12 @@ This repo contains Android's copy of ICU4C and ICU4J and associated tools and co
Directories
===========
-icu4j/,icu4c/ - ICU4J and ICU4C with Google and Android-specific patches applied.
+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/ - A transformed copy of icu4j source repackaged into android.icu.
This is the copy of ICU4J used in the Android platform.