OSDN Git Service

Adding back LAUNCHER3_ICON_NORMALIZATION feature flag to fix dependency breakage
authorSunny Goyal <sunnygoyal@google.com>
Fri, 4 Mar 2016 22:47:10 +0000 (14:47 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Fri, 4 Mar 2016 22:53:59 +0000 (14:53 -0800)
Change-Id: I65376fde1d6681c00cdf2226a94bd9872b00cc6f

src/com/android/launcher3/config/FeatureFlags.java

index 755316e..95bc2e1 100644 (file)
@@ -37,4 +37,7 @@ public final class FeatureFlags {
     public static boolean LAUNCHER3_LEGACY_FOLDER_ICON = false;
     public static boolean LAUNCHER3_LEGACY_LOGGING = false;
     public static boolean LAUNCHER3_USE_SYSTEM_DRAG_DRIVER = false;
+
+    // This flags is only defined to resolve some build issues.
+    public static boolean LAUNCHER3_ICON_NORMALIZATION = false;
 }