mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Merge "Fix ordering of resource libraries for Quickstep build." into sc-v2-dev am: 418185e4e8 am: f37e64660d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16388218 Change-Id: Iee7f3eb17f334a40bf3aaa24afed506aa1d6e42c
This commit is contained in:
10
Android.bp
10
Android.bp
@@ -258,6 +258,10 @@ android_library {
|
||||
"go/res",
|
||||
"go/quickstep/res",
|
||||
],
|
||||
// Note the ordering here is important when it comes to resource
|
||||
// overriding. We want the most specific resource overrides defined
|
||||
// in QuickstepResLib to take precendece, so it should be the final
|
||||
// dependency. See b/205278434 for how this can go wrong.
|
||||
static_libs: [
|
||||
"Launcher3CommonDepsLib",
|
||||
"QuickstepResLib",
|
||||
@@ -285,11 +289,15 @@ android_library {
|
||||
libs: [
|
||||
"framework-statsd",
|
||||
],
|
||||
// Note the ordering here is important when it comes to resource
|
||||
// overriding. We want the most specific resource overrides defined
|
||||
// in QuickstepResLib to take precendece, so it should be the final
|
||||
// dependency. See b/208647810 for how this can go wrong.
|
||||
static_libs: [
|
||||
"QuickstepResLib",
|
||||
"SystemUI-statsd",
|
||||
"SystemUISharedLib",
|
||||
"Launcher3CommonDepsLib",
|
||||
"QuickstepResLib",
|
||||
],
|
||||
manifest: "quickstep/AndroidManifest.xml",
|
||||
platform_apis: true,
|
||||
|
||||
Reference in New Issue
Block a user