summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Liu <dswliu@google.com>2023-02-14 06:42:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-02-14 06:42:32 +0000
commita91c44788292ac4efcff654e2ae8882f3a93fc59 (patch)
treeb177c615f9e6e7c5dfcf4d79b81d72b23fcdb912
parent3901b1a4898324fb47639743df63d819bc9fa4eb (diff)
parentc53b9dba0c1d2760f7a238339c2bf16e80784fd1 (diff)
downloadsetupdesign-a91c44788292ac4efcff654e2ae8882f3a93fc59.tar.gz
Merge "Added missing lib for setupdesign lib"
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 35b6a3c..5f879ef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,10 +29,11 @@ android_library {
name: "setupdesign",
static_libs: [
"androidx.annotation_annotation",
+ "androidx.appcompat_appcompat",
"androidx.core_core",
"androidx.legacy_legacy-support-core-ui",
- "androidx.appcompat_appcompat",
"androidx.recyclerview_recyclerview",
+ "androidx.window_window",
"com.google.android.material_material",
"error_prone_annotations",
"setupcompat",