mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Fixing Launcher3QuickStepGo targets
When res directory is not specified in the app target, it automatically uses the default res directory, which in this case overrides the quickstep resources. Explicitely specifying the res directory to prevent override Bug: 333207609 Test: Verified apk Flag: None Change-Id: I749ad895f42ac40a462993ed5290da52a838c1ec
This commit is contained in:
@@ -339,6 +339,7 @@ android_app {
|
||||
name: "Launcher3Go",
|
||||
|
||||
static_libs: ["Launcher3GoLib"],
|
||||
resource_dirs: [],
|
||||
|
||||
platform_apis: true,
|
||||
min_sdk_version: "current",
|
||||
@@ -374,6 +375,7 @@ android_app {
|
||||
name: "Launcher3QuickStepGo",
|
||||
|
||||
static_libs: ["Launcher3GoLib"],
|
||||
resource_dirs: [],
|
||||
|
||||
platform_apis: true,
|
||||
min_sdk_version: "current",
|
||||
|
||||
Reference in New Issue
Block a user