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:
Sunny Goyal
2024-04-12 19:16:19 +00:00
parent 61d51f3c2b
commit 3b452f5e90

View File

@@ -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",