summaryrefslogtreecommitdiffstats
path: root/luni
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-04-07 14:36:02 +0100
committerNarayan Kamath <narayan@google.com>2015-04-07 14:38:50 +0100
commit3f1ba8fe1d0ea9c1b1d3059c536861ac08464a3d (patch)
treefa2f8edd00510749ad9414770fbb84a31d9b7f6b /luni
parent345d118df6eef599a1ad0ea18022ad1f74633f10 (diff)
downloadlibcore-3f1ba8fe1d0ea9c1b1d3059c536861ac08464a3d.zip
libcore-3f1ba8fe1d0ea9c1b1d3059c536861ac08464a3d.tar.gz
libcore-3f1ba8fe1d0ea9c1b1d3059c536861ac08464a3d.tar.bz2
Rename package to android.icu.* instead of com.android.ibm.icu.*.
Based on a discussion with the icu team. Change-Id: I47a6b260a9348debd65282794996f7976b8bc008
Diffstat (limited to 'luni')
-rw-r--r--luni/src/main/java/java/lang/System.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/main/java/java/lang/System.java b/luni/src/main/java/java/lang/System.java
index 1ccda16..39f79b0 100644
--- a/luni/src/main/java/java/lang/System.java
+++ b/luni/src/main/java/java/lang/System.java
@@ -801,7 +801,7 @@ public final class System {
// is prioritized over the properties in ICUConfig.properties. The issue with using
// that is that it doesn't play well with jarjar and it needs complicated build rules
// to change its default value.
- p.put("com.android.ibm.icu.impl.ICUBinary.dataPath", getenv("ANDROID_ROOT") + "/usr/icu");
+ p.put("android.icu.impl.ICUBinary.dataPath", getenv("ANDROID_ROOT") + "/usr/icu");
parsePropertyAssignments(p, specialProperties());