Adding back LAUNCHER3_ICON_NORMALIZATION feature flag to fix dependency breakage
Change-Id: I65376fde1d6681c00cdf2226a94bd9872b00cc6f
This commit is contained in:
@@ -37,4 +37,7 @@ public final class FeatureFlags {
|
|||||||
public static boolean LAUNCHER3_LEGACY_FOLDER_ICON = false;
|
public static boolean LAUNCHER3_LEGACY_FOLDER_ICON = false;
|
||||||
public static boolean LAUNCHER3_LEGACY_LOGGING = false;
|
public static boolean LAUNCHER3_LEGACY_LOGGING = false;
|
||||||
public static boolean LAUNCHER3_USE_SYSTEM_DRAG_DRIVER = 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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user