Adds a few dependencies to the shared library.

We need lifecycle, coroutine, and recycler view dependencies to be able
to use the shared library from Wallpaper picker.

Bug: 254857639
Test: tested together with the rest of the CL chain
Change-Id: I4e41a911891ff3ba30ff82163be1005ef3974be3
Merged-In: I4e41a911891ff3ba30ff82163be1005ef3974be3
This commit is contained in:
Alejandro Nijamkin
2022-11-04 12:12:46 -07:00
committed by Ale Nijamkin
parent 5f141f2a46
commit c752af5808

View File

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