diff options
| author | 2022-11-05 13:16:12 +0000 | |
|---|---|---|
| committer | 2022-11-05 13:16:12 +0000 | |
| commit | ec62e37cd0e9370c9c18bf3381ce4cb0e81fa456 (patch) | |
| tree | bf80a0e2cc25f23f2d7fdf12021dc398c86b20a8 | |
| parent | 78b5de4a42e1f4efea4e3faca32ab8b42a55a75c (diff) | |
| parent | c752af580837f2ac5b85b34679ca971b33f40e10 (diff) | |
Merge "Adds a few dependencies to the shared library." into tm-qpr-dev
| -rw-r--r-- | packages/SystemUI/shared/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/shared/Android.bp b/packages/SystemUI/shared/Android.bp index 91fd6a60d0df..ebc4186187bf 100644 --- a/packages/SystemUI/shared/Android.bp +++ b/packages/SystemUI/shared/Android.bp @@ -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 { |