resolve merge conflicts of aa9c9fb29e to nyc-dev

Change-Id: Id46238cb759f2d63a072cb7ea8a27c5fd8a6672e
This commit is contained in:
Diego Perez
2016-02-18 18:28:50 +00:00

View File

@@ -308,6 +308,10 @@ public final class CreateInfo implements ICreateInfo {
"java.nio.charset.Charsets", "java.nio.charset.StandardCharsets",
"java.lang.IntegralToString", "com.android.tools.layoutlib.java.IntegralToString",
"java.lang.UnsafeByteSequence", "com.android.tools.layoutlib.java.UnsafeByteSequence",
// Use android.icu.text versions of DateFormat and SimpleDateFormat since the
// original ones do not match the Android implementation
"java.text.DateFormat", "android.icu.text.DateFormat",
"java.text.SimpleDateFormat", "android.icu.text.SimpleDateFormat"
};
private final static String[] EXCLUDED_CLASSES =