resolve merge conflicts of aa9c9fb29e to nyc-dev
am: 16e17a7730
* commit '16e17a77301a8b8d46d5762d301fc29ceb0673ab':
Replace SimpleDateFormat implementation
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user