summaryrefslogtreecommitdiffstats
path: root/jarjar-rules.txt
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-03-30 17:10:31 +0100
committerNarayan Kamath <narayan@google.com>2015-03-30 19:03:29 +0100
commitde7c1fb9684c2558743e88fbf74a61f5ed6b47b5 (patch)
treed00708b171a494ddb7d16974fa7fbd8a5be4940f /jarjar-rules.txt
parentfc62e635ef4dcdeda9f144c90dd77568be0176fc (diff)
downloadlibcore-de7c1fb9684c2558743e88fbf74a61f5ed6b47b5.zip
libcore-de7c1fb9684c2558743e88fbf74a61f5ed6b47b5.tar.gz
libcore-de7c1fb9684c2558743e88fbf74a61f5ed6b47b5.tar.bz2
Add icu4j to core-libart.jar.
The first approach of building icu4j against the SDK and adding that to the boot classpath won't work out too well. Besides being a bit of a hack, there's no way to express that relationship for hostdex builds. We now compile icu4j sources along with core-libart. This is the most direct way of expressing this relationship and allows us to include exactly what we need. Note that we exclude the locale SPIs, transliterators and charset code by default. Change-Id: Idd305e77480bc681ed5b47e740dfec20d3bc7b26
Diffstat (limited to 'jarjar-rules.txt')
-rw-r--r--jarjar-rules.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/jarjar-rules.txt b/jarjar-rules.txt
new file mode 100644
index 0000000..4f0e036
--- /dev/null
+++ b/jarjar-rules.txt
@@ -0,0 +1 @@
+rule com.ibm.icu.** com.android.ibm.icu.@1