Merge "Adds a few dependencies to the shared library." into tm-qpr-dev-plus-aosp am: 0a538977e7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20391239

Change-Id: I9dcd7425bfab36ecf067f1a425156d3dae45d2d7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-11-05 01:31:12 +00:00
committed by Automerger Merge Worker

View File

@@ -53,6 +53,11 @@ android_library {
"androidx.dynamicanimation_dynamicanimation",
"androidx.concurrent_concurrent-futures",
"gson",
"androidx.lifecycle_lifecycle-runtime-ktx",
"androidx.lifecycle_lifecycle-viewmodel-ktx",
"androidx.recyclerview_recyclerview",
"kotlinx_coroutines_android",
"kotlinx_coroutines",
"dagger2",
"jsr330",
],
@@ -64,6 +69,7 @@ android_library {
},
min_sdk_version: "current",
plugins: ["dagger2-compiler"],
kotlincflags: ["-Xjvm-default=enable"],
}
java_library {