mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Merge "Make java_sdk_library dependencies explicit" into main am: 10f0f9a93b
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/3250185 Change-Id: Ic156ed0a774b6d6a40af20a1852846503e229b77 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -66,7 +66,7 @@ filegroup {
|
||||
android_library {
|
||||
name: "launcher-aosp-tapl",
|
||||
libs: [
|
||||
"framework-statsd",
|
||||
"framework-statsd.stubs.module_lib",
|
||||
],
|
||||
static_libs: [
|
||||
"androidx.annotation_annotation",
|
||||
@@ -226,7 +226,7 @@ android_library {
|
||||
"quickstep/res",
|
||||
],
|
||||
libs: [
|
||||
"framework-statsd",
|
||||
"framework-statsd.stubs.module_lib",
|
||||
],
|
||||
static_libs: [
|
||||
"Launcher3ResLib",
|
||||
@@ -279,7 +279,7 @@ android_library {
|
||||
],
|
||||
resource_dirs: [],
|
||||
libs: [
|
||||
"framework-statsd",
|
||||
"framework-statsd.stubs.module_lib",
|
||||
],
|
||||
// Note the ordering here is important when it comes to resource
|
||||
// overriding. We want the most specific resource overrides defined
|
||||
|
||||
@@ -121,9 +121,9 @@ android_test {
|
||||
"com_android_launcher3_flags_lib",
|
||||
],
|
||||
libs: [
|
||||
"android.test.base",
|
||||
"android.test.runner",
|
||||
"android.test.mock",
|
||||
"android.test.base.stubs.system",
|
||||
"android.test.runner.stubs.system",
|
||||
"android.test.mock.stubs.system",
|
||||
],
|
||||
// Libraries used by mockito inline extended
|
||||
jni_libs: [
|
||||
@@ -214,9 +214,9 @@ android_robolectric_test {
|
||||
"android.appwidget.flags-aconfig-java",
|
||||
],
|
||||
libs: [
|
||||
"android.test.runner",
|
||||
"android.test.base",
|
||||
"android.test.mock",
|
||||
"android.test.runner.stubs.system",
|
||||
"android.test.base.stubs.system",
|
||||
"android.test.mock.stubs.system",
|
||||
"truth",
|
||||
],
|
||||
instrumentation_for: "Launcher3",
|
||||
|
||||
Reference in New Issue
Block a user