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:
Sunny Goyal
2024-03-25 11:53:17 -07:00
parent 4fd3e87842
commit 77954bae4e
39 changed files with 255 additions and 554 deletions

View File

@@ -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;
}