mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Top row of first workspace screen occupied only when QSB is placed at
the top. This CL facilitates making the Feature Flag QSB_ON_FIRST_SCREEN as false for LauncherLilyGoogle to make sure that that the top row on the first screen is not blocked for QSB. Hinging it on BuildConfig allows it be overwritten in LauncherLilyGoogle. Bug: 208136186 Bug: 188511548 Test: Manually tested that top row of the first screen is not occupied and does not clear the shortcuts after a power cycle for LauncherLilyGoogle. Change-Id: I9113e2e2f2c0a160a2e1caf0ef3c5f86c6ec54b8
This commit is contained in:
15
Android.bp
15
Android.bp
@@ -226,6 +226,21 @@ filegroup {
|
||||
],
|
||||
}
|
||||
|
||||
// Common source files used to build go launcher
|
||||
filegroup {
|
||||
name: "launcher-go-src-no-build-config",
|
||||
srcs: [
|
||||
"src/**/*.java",
|
||||
"src/**/*.kt",
|
||||
"quickstep/src/**/*.java",
|
||||
"quickstep/src/**/*.kt",
|
||||
"go/src/**/*.java",
|
||||
"go/src/**/*.kt",
|
||||
"go/quickstep/src/**/*.java",
|
||||
"go/quickstep/src/**/*.kt",
|
||||
],
|
||||
}
|
||||
|
||||
// Proguard files for Launcher3
|
||||
filegroup {
|
||||
name: "launcher-proguard-rules",
|
||||
|
||||
Reference in New Issue
Block a user