@@ -56,6 +56,7 @@ android_library {
56
56
" androidx.cardview_cardview" ,
57
57
" androidx.preference_preference" ,
58
58
" androidx.recyclerview_recyclerview" ,
59
+ " androidx.window_window" ,
59
60
" com.google.android.material_material" ,
60
61
" setupcompat" ,
61
62
" setupdesign" ,
@@ -75,7 +76,6 @@ android_library {
75
76
" android.hardware.dumpstate-V1.1-java" ,
76
77
" lottie" ,
77
78
" WifiTrackerLib" ,
78
- " windowExtLib" ,
79
79
" SettingsLibActivityEmbedding" ,
80
80
],
81
81
@@ -105,10 +105,6 @@ android_app {
105
105
],
106
106
static_libs : [" Settings-core" ],
107
107
uses_libs : [" org.apache.http.legacy" ],
108
- optional_uses_libs : [
109
- " androidx.window.extensions" ,
110
- " androidx.window.sidecar" ,
111
- ],
112
108
resource_dirs : [],
113
109
optimize : {
114
110
proguard_flags_files : [" proguard.flags" ],
@@ -120,11 +116,6 @@ android_library_import {
120
116
aars : [" libs/contextualcards.aar" ],
121
117
}
122
118
123
- android_library_import {
124
- name : " windowExtLib" ,
125
- aars : [" libs/window_ext_lib.aar" ],
126
- }
127
-
128
119
filegroup {
129
120
name : " Settings_proguard_flags" ,
130
121
srcs : [" proguard.flags" ],
0 commit comments