diff options
| -rw-r--r-- | graphics/java/android/graphics/Typeface.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Typeface.java b/graphics/java/android/graphics/Typeface.java index 24987daf87b5..d6b4f1824617 100644 --- a/graphics/java/android/graphics/Typeface.java +++ b/graphics/java/android/graphics/Typeface.java @@ -82,7 +82,7 @@ public class Typeface { private static String TAG = "Typeface"; /** @hide */ - public static final boolean ENABLE_LAZY_TYPEFACE_INITIALIZATION = false; + public static final boolean ENABLE_LAZY_TYPEFACE_INITIALIZATION = true; private static final NativeAllocationRegistry sRegistry = NativeAllocationRegistry.createMalloced( |