summaryrefslogtreecommitdiffstats
path: root/jarjar-rules.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename package to android.icu.* instead of com.android.ibm.icu.*.Narayan Kamath2015-04-071-1/+1
| | | | | | Based on a discussion with the icu team. Change-Id: I47a6b260a9348debd65282794996f7976b8bc008
* Revert "Revert "Add icu4j to core-libart.jar.""Narayan Kamath2015-04-011-0/+1
| | | | | | | | | This reverts commit 3b59929cb9978453c8bc81cf7e222c40fa42ce90. Fixes the original flaky build issues and fixes a typo caught by the previous review. Change-Id: Ia8a008b75dba51980b064f9689477b8698bcfa5c
* Revert "Add icu4j to core-libart.jar."Narayan Kamath2015-03-311-1/+0
| | | | | | This reverts commit de7c1fb9684c2558743e88fbf74a61f5ed6b47b5. Change-Id: I22be183176e27371b3ab5fd8868598968cf01584
* Add icu4j to core-libart.jar.Narayan Kamath2015-03-301-0/+1
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