summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Steve Elliott <steell@google.com> 2024-02-07 18:16:21 -0500
committer Steve Elliott <steell@google.com> 2024-02-08 10:54:36 -0500
commitaf780e790cad2afb2c5bf0a67ac8782e95e94a23 (patch)
tree5249b99dce32a4a70cb8bfbf661d7f3967d16e6b /Android.bp
parent531bb351d0107e912c2d47e5d34fe53831ad11e5 (diff)
Shareousel composables and view-model definitions
Bug: 302691505 Flag: ACONFIG android.service.chooser.chooser_payload_toggling DEVELOPMENT Test: N/A - code isn't live Change-Id: Ibf197591b238a286b12290ccc33d69ab3efd56d8
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2e67398d..4b411efa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,6 +59,15 @@ android_library {
"kotlinx-coroutines-android",
"//external/kotlinc:kotlin-annotations",
"guava",
+ "PlatformComposeCore",
+ "PlatformComposeSceneTransitionLayout",
+ "androidx.compose.runtime_runtime",
+ "androidx.compose.material3_material3",
+ "androidx.compose.material_material-icons-extended",
+ "androidx.activity_activity-compose",
+ "androidx.compose.animation_animation-graphics",
+ "androidx.lifecycle_lifecycle-viewmodel-compose",
+ "androidx.lifecycle_lifecycle-runtime-compose",
],
}