mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Cleaning up some build configurations
> Removing Launcher3Go-without-quickstep > Removing src_ui_overrides to src_no_quickstep > Removing unnecessary code swpa for GO builds Bug: 330920490 Flag: None Test: Presubmit, everything builds Change-Id: I5746dbc7c5a37c1d99d78b55bf2a6adce1a711c9
This commit is contained in:
@@ -35,4 +35,9 @@ public final class BuildConfig {
|
||||
* Flag to control various developer centric features
|
||||
*/
|
||||
public static final boolean IS_DEBUG_DEVICE = false;
|
||||
|
||||
// Flag to control widgets support in Launcher
|
||||
public static final boolean WIDGETS_ENABLED = true;
|
||||
// Flag to control notification dots support in Launcher
|
||||
public static final boolean NOTIFICATION_DOTS_ENABLED = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user