xref: /aosp_15_r20/prebuilts/sdk/current/androidx/drop_config.toml (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Worker# Configuration for updateprebuilts.
2*344a7f5eSAndroid Build Coastguard Worker#
3*344a7f5eSAndroid Build Coastguard Worker# Specified on the command line using:
4*344a7f5eSAndroid Build Coastguard Worker# ./updateprebuilts -c <path-to-toml>
5*344a7f5eSAndroid Build Coastguard Worker# Artifacts that may be included in a prebuilt drop.
6*344a7f5eSAndroid Build Coastguard Worker#
7*344a7f5eSAndroid Build Coastguard Worker# Optional properties include:
8*344a7f5eSAndroid Build Coastguard Worker# - name: Soong build target
9*344a7f5eSAndroid Build Coastguard Worker# - host: Whether the artifact runs only on the host, such as a compiler or
10*344a7f5eSAndroid Build Coastguard Worker#         annotation processor.
11*344a7f5eSAndroid Build Coastguard Worker# - host_and_device: Whether the artifact can run both on the host and a device,
12*344a7f5eSAndroid Build Coastguard Worker#         such as a Java library or KMP library targeted to JVM or native.
13*344a7f5eSAndroid Build Coastguard Worker# - extra-static-libs: Array of Soong build targets that must be present on the
14*344a7f5eSAndroid Build Coastguard Worker#         runtime classpath but are not specified in the POM.
15*344a7f5eSAndroid Build Coastguard Worker# - optional-uses-libs: Array of Soong build targets that must be present on the
16*344a7f5eSAndroid Build Coastguard Worker#         compile-time classpath but are not specified in the POM.
17*344a7f5eSAndroid Build Coastguard Worker[artifacts]
18*344a7f5eSAndroid Build Coastguard Worker"androidx.activity:activity-compose" = {}
19*344a7f5eSAndroid Build Coastguard Worker"androidx.activity:activity-ktx" = {}
20*344a7f5eSAndroid Build Coastguard Worker"androidx.activity:activity" = {}
21*344a7f5eSAndroid Build Coastguard Worker"androidx.annotation:annotation" = { host-and-device = true }
22*344a7f5eSAndroid Build Coastguard Worker"androidx.annotation:annotation-experimental" = {}
23*344a7f5eSAndroid Build Coastguard Worker"androidx.appcompat:appcompat-resources" = {}
24*344a7f5eSAndroid Build Coastguard Worker"androidx.appcompat:appcompat" = {}
25*344a7f5eSAndroid Build Coastguard Worker"androidx.appsearch:appsearch-builtin-types" = {}
26*344a7f5eSAndroid Build Coastguard Worker"androidx.appsearch:appsearch-compiler" = { name = "androidx.appsearch_appsearch-compiler", host = true }
27*344a7f5eSAndroid Build Coastguard Worker"androidx.appsearch:appsearch-local-storage" = { name = "androidx.appsearch_appsearch_local_storage" }
28*344a7f5eSAndroid Build Coastguard Worker"androidx.appsearch:appsearch-platform-storage" = {}
29*344a7f5eSAndroid Build Coastguard Worker"androidx.appsearch:appsearch" = {}
30*344a7f5eSAndroid Build Coastguard Worker"androidx.arch.core:core-common" = {}
31*344a7f5eSAndroid Build Coastguard Worker"androidx.arch.core:core-runtime" = {}
32*344a7f5eSAndroid Build Coastguard Worker"androidx.arch.core:core-testing" = {}
33*344a7f5eSAndroid Build Coastguard Worker"androidx.asynclayoutinflater:asynclayoutinflater" = {}
34*344a7f5eSAndroid Build Coastguard Worker"androidx.autofill:autofill" = {}
35*344a7f5eSAndroid Build Coastguard Worker"androidx.benchmark:benchmark-common" = {}
36*344a7f5eSAndroid Build Coastguard Worker"androidx.benchmark:benchmark-junit4" = {}
37*344a7f5eSAndroid Build Coastguard Worker"androidx.benchmark:benchmark-macro-junit4" = {}
38*344a7f5eSAndroid Build Coastguard Worker"androidx.benchmark:benchmark-macro" = {}
39*344a7f5eSAndroid Build Coastguard Worker"androidx.biometric:biometric" = {}
40*344a7f5eSAndroid Build Coastguard Worker"androidx.browser:browser" = {}
41*344a7f5eSAndroid Build Coastguard Worker"androidx.camera:camera-camera2" = {}
42*344a7f5eSAndroid Build Coastguard Worker"androidx.camera:camera-core" = {}
43*344a7f5eSAndroid Build Coastguard Worker"androidx.camera:camera-extensions" = {}
44*344a7f5eSAndroid Build Coastguard Worker"androidx.camera:camera-lifecycle" = {}
45*344a7f5eSAndroid Build Coastguard Worker"androidx.camera:camera-viewfinder" = {}
46*344a7f5eSAndroid Build Coastguard Worker"androidx.car.app:app-automotive" = {}
47*344a7f5eSAndroid Build Coastguard Worker"androidx.car.app:app-testing" = {}
48*344a7f5eSAndroid Build Coastguard Worker"androidx.car.app:app" = {}
49*344a7f5eSAndroid Build Coastguard Worker"androidx.cardview:cardview" = {}
50*344a7f5eSAndroid Build Coastguard Worker"androidx.collection:collection" = {}
51*344a7f5eSAndroid Build Coastguard Worker"androidx.collection:collection-ktx" = {}
52*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.animation:animation" = {}
53*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.animation:animation-core" = {}
54*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.animation:animation-graphics" = {}
55*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.compiler:compiler-hosted" = { host = true }
56*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.foundation:foundation" = {}
57*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.foundation:foundation-layout" = {}
58*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.foundation:foundation-text" = {}
59*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.material:material" = {}
60*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.material:material-icons-core" = {}
61*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.material:material-icons-extended" = {}
62*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.material:material-ripple" = {}
63*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.material3:material3" = {}
64*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.material3:material3-window-size-class" = {}
65*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.runtime:runtime" = {}
66*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.runtime:runtime-livedata" = {}
67*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.runtime:runtime-saveable" = {}
68*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.runtime:runtime-tracing" = {}
69*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui" = {}
70*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-geometry" = {}
71*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-graphics" = {}
72*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-test" = {}
73*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-test-junit4" = {}
74*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-test-manifest" = {}
75*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-text" = {}
76*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-tooling" = {}
77*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-tooling-data" = {}
78*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-tooling-preview" = {}
79*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-unit" = {}
80*344a7f5eSAndroid Build Coastguard Worker"androidx.compose.ui:ui-util" = {}
81*344a7f5eSAndroid Build Coastguard Worker"androidx.concurrent:concurrent-futures-ktx" = {}
82*344a7f5eSAndroid Build Coastguard Worker"androidx.concurrent:concurrent-futures" = {}
83*344a7f5eSAndroid Build Coastguard Worker"androidx.concurrent:concurrent-listenablefuture-callback" = {}
84*344a7f5eSAndroid Build Coastguard Worker"androidx.concurrent:concurrent-listenablefuture" = {}
85*344a7f5eSAndroid Build Coastguard Worker"androidx.constraintlayout:constraintlayout-compose" = {}
86*344a7f5eSAndroid Build Coastguard Worker"androidx.constraintlayout:constraintlayout-core" = {}
87*344a7f5eSAndroid Build Coastguard Worker"androidx.constraintlayout:constraintlayout-solver" = { name = "androidx-constraintlayout_constraintlayout-solver" }
88*344a7f5eSAndroid Build Coastguard Worker"androidx.constraintlayout:constraintlayout" = { name = "androidx-constraintlayout_constraintlayout" }
89*344a7f5eSAndroid Build Coastguard Worker"androidx.contentpaging:contentpaging" = {}
90*344a7f5eSAndroid Build Coastguard Worker"androidx.coordinatorlayout:coordinatorlayout" = {}
91*344a7f5eSAndroid Build Coastguard Worker"androidx.core:core-animation-testing" = {}
92*344a7f5eSAndroid Build Coastguard Worker"androidx.core:core-animation" = {}
93*344a7f5eSAndroid Build Coastguard Worker"androidx.core:core-ktx" = {}
94*344a7f5eSAndroid Build Coastguard Worker"androidx.core:core" = {}
95*344a7f5eSAndroid Build Coastguard Worker"androidx.core.uwb:uwb-rxjava3" = {}
96*344a7f5eSAndroid Build Coastguard Worker"androidx.core.uwb:uwb" = {}
97*344a7f5eSAndroid Build Coastguard Worker"androidx.credentials:credentials" = {}
98*344a7f5eSAndroid Build Coastguard Worker"androidx.cursoradapter:cursoradapter" = {}
99*344a7f5eSAndroid Build Coastguard Worker"androidx.customview:customview-poolingcontainer" = {}
100*344a7f5eSAndroid Build Coastguard Worker"androidx.customview:customview" = {}
101*344a7f5eSAndroid Build Coastguard Worker"androidx.datastore:datastore-core-okio" = {}
102*344a7f5eSAndroid Build Coastguard Worker"androidx.datastore:datastore-core" = {}
103*344a7f5eSAndroid Build Coastguard Worker"androidx.datastore:datastore-preferences-core" = {}
104*344a7f5eSAndroid Build Coastguard Worker"androidx.datastore:datastore-preferences-rxjava2" = {}
105*344a7f5eSAndroid Build Coastguard Worker"androidx.datastore:datastore-preferences" = {}
106*344a7f5eSAndroid Build Coastguard Worker"androidx.datastore:datastore-rxjava2" = {}
107*344a7f5eSAndroid Build Coastguard Worker"androidx.datastore:datastore" = {}
108*344a7f5eSAndroid Build Coastguard Worker"androidx.documentfile:documentfile" = {}
109*344a7f5eSAndroid Build Coastguard Worker"androidx.drawerlayout:drawerlayout" = {}
110*344a7f5eSAndroid Build Coastguard Worker"androidx.dynamicanimation:dynamicanimation" = {}
111*344a7f5eSAndroid Build Coastguard Worker"androidx.emoji:emoji-appcompat" = {}
112*344a7f5eSAndroid Build Coastguard Worker"androidx.emoji:emoji-bundled" = {}
113*344a7f5eSAndroid Build Coastguard Worker"androidx.emoji:emoji" = {}
114*344a7f5eSAndroid Build Coastguard Worker"androidx.emoji2:emoji2-views-helper" = {}
115*344a7f5eSAndroid Build Coastguard Worker"androidx.emoji2:emoji2" = {}
116*344a7f5eSAndroid Build Coastguard Worker"androidx.exifinterface:exifinterface" = {}
117*344a7f5eSAndroid Build Coastguard Worker"androidx.fragment:fragment-ktx" = {}
118*344a7f5eSAndroid Build Coastguard Worker"androidx.fragment:fragment-testing-manifest" = {}
119*344a7f5eSAndroid Build Coastguard Worker"androidx.fragment:fragment-testing" = {}
120*344a7f5eSAndroid Build Coastguard Worker"androidx.fragment:fragment" = {}
121*344a7f5eSAndroid Build Coastguard Worker"androidx.gridlayout:gridlayout" = {}
122*344a7f5eSAndroid Build Coastguard Worker"androidx.health:health-services-client" = {}
123*344a7f5eSAndroid Build Coastguard Worker"androidx.heifwriter:heifwriter" = {}
124*344a7f5eSAndroid Build Coastguard Worker"androidx.interpolator:interpolator" = {}
125*344a7f5eSAndroid Build Coastguard Worker"androidx.javascriptengine:javascriptengine" = {}
126*344a7f5eSAndroid Build Coastguard Worker"androidx.leanback:leanback-grid" = {}
127*344a7f5eSAndroid Build Coastguard Worker"androidx.leanback:leanback-preference" = {}
128*344a7f5eSAndroid Build Coastguard Worker"androidx.leanback:leanback" = {}
129*344a7f5eSAndroid Build Coastguard Worker"androidx.legacy:legacy-preference-v14" = {}
130*344a7f5eSAndroid Build Coastguard Worker"androidx.legacy:legacy-support-core-ui" = {}
131*344a7f5eSAndroid Build Coastguard Worker"androidx.legacy:legacy-support-core-utils" = {}
132*344a7f5eSAndroid Build Coastguard Worker"androidx.legacy:legacy-support-v13" = {}
133*344a7f5eSAndroid Build Coastguard Worker"androidx.legacy:legacy-support-v4" = {}
134*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-common-java8" = {}
135*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-common" = {}
136*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-extensions" = {}
137*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-livedata-core-ktx" = {}
138*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-livedata-core" = {}
139*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-livedata-ktx" = {}
140*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-livedata" = {}
141*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-process" = {}
142*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-runtime-compose" = {}
143*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-runtime-ktx" = {}
144*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-runtime-testing" = {}
145*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-runtime" = {}
146*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-service" = {}
147*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-viewmodel-compose" = { }
148*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-viewmodel-ktx" = {}
149*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-viewmodel-savedstate" = {}
150*344a7f5eSAndroid Build Coastguard Worker"androidx.lifecycle:lifecycle-viewmodel" = {}
151*344a7f5eSAndroid Build Coastguard Worker"androidx.loader:loader" = {}
152*344a7f5eSAndroid Build Coastguard Worker"androidx.media:media" = {}
153*344a7f5eSAndroid Build Coastguard Worker"androidx.media2:media2-common" = {}
154*344a7f5eSAndroid Build Coastguard Worker"androidx.media2:media2-exoplayer" = {}
155*344a7f5eSAndroid Build Coastguard Worker"androidx.media2:media2-player" = {}
156*344a7f5eSAndroid Build Coastguard Worker"androidx.media2:media2-session" = {}
157*344a7f5eSAndroid Build Coastguard Worker"androidx.media2:media2-widget" = {}
158*344a7f5eSAndroid Build Coastguard Worker"androidx.mediarouter:mediarouter" = {}
159*344a7f5eSAndroid Build Coastguard Worker"androidx.multidex:multidex-instrumentation" = {}
160*344a7f5eSAndroid Build Coastguard Worker"androidx.multidex:multidex" = {}
161*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-common-ktx" = {}
162*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-common" = {}
163*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-compose" = { }
164*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-fragment-ktx" = {}
165*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-fragment" = {}
166*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-runtime-ktx" = {}
167*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-runtime" = {}
168*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-ui-ktx" = {}
169*344a7f5eSAndroid Build Coastguard Worker"androidx.navigation:navigation-ui" = {}
170*344a7f5eSAndroid Build Coastguard Worker"androidx.paging:paging-common-ktx" = {}
171*344a7f5eSAndroid Build Coastguard Worker"androidx.paging:paging-common" = {}
172*344a7f5eSAndroid Build Coastguard Worker"androidx.paging:paging-guava" = {}
173*344a7f5eSAndroid Build Coastguard Worker"androidx.paging:paging-runtime" = {}
174*344a7f5eSAndroid Build Coastguard Worker"androidx.palette:palette" = {}
175*344a7f5eSAndroid Build Coastguard Worker"androidx.percentlayout:percentlayout" = {}
176*344a7f5eSAndroid Build Coastguard Worker"androidx.preference:preference" = {}
177*344a7f5eSAndroid Build Coastguard Worker"androidx.print:print" = {}
178*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.ads:ads-adservices-java" = {}
179*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.ads:ads-adservices" = {}
180*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.sdkruntime:sdkruntime-client" = {}
181*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.sdkruntime:sdkruntime-core" = {}
182*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.ui:ui-client" = {}
183*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.ui:ui-core" = {}
184*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.ui:ui-provider" = {}
185*344a7f5eSAndroid Build Coastguard Worker"androidx.privacysandbox.ui:ui-tests" = {}
186*344a7f5eSAndroid Build Coastguard Worker"androidx.profileinstaller:profileinstaller" = {}
187*344a7f5eSAndroid Build Coastguard Worker"androidx.recommendation:recommendation" = {}
188*344a7f5eSAndroid Build Coastguard Worker"androidx.recyclerview:recyclerview-selection" = {}
189*344a7f5eSAndroid Build Coastguard Worker"androidx.recyclerview:recyclerview" = {}
190*344a7f5eSAndroid Build Coastguard Worker"androidx.remotecallback:remotecallback-processor" =  { host = true }
191*344a7f5eSAndroid Build Coastguard Worker"androidx.remotecallback:remotecallback" = {}
192*344a7f5eSAndroid Build Coastguard Worker"androidx.resourceinspection:resourceinspection-annotation" = {}
193*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-common" = { host-and-device = true }
194*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-compiler-processing" = { host = true }
195*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-compiler" = { host = true, extra-static-libs = [ "guava" ] }
196*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-guava" = {}
197*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-ktx" = {}
198*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-migration" = { host-and-device = true }
199*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-paging-guava" = {}
200*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-paging" = {}
201*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-runtime" = {}
202*344a7f5eSAndroid Build Coastguard Worker"androidx.room:room-testing" = {}
203*344a7f5eSAndroid Build Coastguard Worker"androidx.savedstate:savedstate-ktx" = {}
204*344a7f5eSAndroid Build Coastguard Worker"androidx.savedstate:savedstate" = {}
205*344a7f5eSAndroid Build Coastguard Worker"androidx.slice:slice-builders" = {}
206*344a7f5eSAndroid Build Coastguard Worker"androidx.slice:slice-core" = {}
207*344a7f5eSAndroid Build Coastguard Worker"androidx.slice:slice-view" = {}
208*344a7f5eSAndroid Build Coastguard Worker"androidx.slidingpanelayout:slidingpanelayout" = {}
209*344a7f5eSAndroid Build Coastguard Worker"androidx.sqlite:sqlite-framework" = {}
210*344a7f5eSAndroid Build Coastguard Worker"androidx.sqlite:sqlite" = {}
211*344a7f5eSAndroid Build Coastguard Worker"androidx.startup:startup-runtime" = {}
212*344a7f5eSAndroid Build Coastguard Worker"androidx.swiperefreshlayout:swiperefreshlayout" = {}
213*344a7f5eSAndroid Build Coastguard Worker"androidx.test.uiautomator:uiautomator" = {}
214*344a7f5eSAndroid Build Coastguard Worker"androidx.textclassifier:textclassifier" = {}
215*344a7f5eSAndroid Build Coastguard Worker"androidx.tracing:tracing-ktx" = {}
216*344a7f5eSAndroid Build Coastguard Worker"androidx.tracing:tracing-perfetto-binary" = {}
217*344a7f5eSAndroid Build Coastguard Worker"androidx.tracing:tracing-perfetto-common" = {}
218*344a7f5eSAndroid Build Coastguard Worker"androidx.tracing:tracing-perfetto-handshake" = {}
219*344a7f5eSAndroid Build Coastguard Worker"androidx.tracing:tracing-perfetto" = {}
220*344a7f5eSAndroid Build Coastguard Worker"androidx.tracing:tracing" = {}
221*344a7f5eSAndroid Build Coastguard Worker"androidx.transition:transition-ktx" = {}
222*344a7f5eSAndroid Build Coastguard Worker"androidx.transition:transition" = {}
223*344a7f5eSAndroid Build Coastguard Worker"androidx.tvprovider:tvprovider" = {}
224*344a7f5eSAndroid Build Coastguard Worker"androidx.vectordrawable:vectordrawable-animated" = {}
225*344a7f5eSAndroid Build Coastguard Worker"androidx.vectordrawable:vectordrawable" = {}
226*344a7f5eSAndroid Build Coastguard Worker"androidx.versionedparcelable:versionedparcelable" = {}
227*344a7f5eSAndroid Build Coastguard Worker"androidx.viewpager:viewpager" = {}
228*344a7f5eSAndroid Build Coastguard Worker"androidx.viewpager2:viewpager2" = {}
229*344a7f5eSAndroid Build Coastguard Worker"androidx.wear:wear-ongoing" = {}
230*344a7f5eSAndroid Build Coastguard Worker"androidx.wear:wear" = {}
231*344a7f5eSAndroid Build Coastguard Worker"androidx.wear.compose:compose-foundation" = {}
232*344a7f5eSAndroid Build Coastguard Worker"androidx.wear.compose:compose-material-core" = {}
233*344a7f5eSAndroid Build Coastguard Worker"androidx.wear.compose:compose-material" = {}
234*344a7f5eSAndroid Build Coastguard Worker"androidx.wear.compose:compose-navigation" = {}
235*344a7f5eSAndroid Build Coastguard Worker"androidx.webkit:webkit" = {}
236*344a7f5eSAndroid Build Coastguard Worker"androidx.window:window-core" = {}
237*344a7f5eSAndroid Build Coastguard Worker"androidx.window:window-java" = {}
238*344a7f5eSAndroid Build Coastguard Worker"androidx.window:window" = { optional-uses-libs = [ "androidx.window.extensions", "androidx.window.sidecar" ] }
239*344a7f5eSAndroid Build Coastguard Worker"androidx.window.extensions:extensions" = {}
240*344a7f5eSAndroid Build Coastguard Worker"androidx.window.extensions.core:core" = {}
241*344a7f5eSAndroid Build Coastguard Worker"androidx.work:work-runtime-ktx" = {}
242*344a7f5eSAndroid Build Coastguard Worker"androidx.work:work-runtime" = {}
243*344a7f5eSAndroid Build Coastguard Worker"androidx.work:work-testing" = {}
244*344a7f5eSAndroid Build Coastguard Worker
245*344a7f5eSAndroid Build Coastguard Worker# Mapping of POM dependencies to Soong build targets.
246*344a7f5eSAndroid Build Coastguard Worker[dependencies]
247*344a7f5eSAndroid Build Coastguard Worker"androidx.test:core" = "androidx.test.core"
248*344a7f5eSAndroid Build Coastguard Worker"androidx.test:monitor" = "androidx.test.monitor"
249*344a7f5eSAndroid Build Coastguard Worker"androidx.test:rules" = "androidx.test.rules"
250*344a7f5eSAndroid Build Coastguard Worker"androidx.test:runner" = "androidx.test.runner"
251*344a7f5eSAndroid Build Coastguard Worker"androidx.test.espresso:espresso-core" = "androidx.test.espresso.core"
252*344a7f5eSAndroid Build Coastguard Worker"androidx.test.espresso:espresso-idling-resource" = "androidx.test.espresso.idling-resource"
253*344a7f5eSAndroid Build Coastguard Worker# Temporarily set to the wrong value for parity with the old script.
254*344a7f5eSAndroid Build Coastguard Worker"androidx.test.ext:junit" = "junit" # "androidx.test.ext.junit"
255*344a7f5eSAndroid Build Coastguard Worker"com.google.android:flexbox" = "flexbox"
256*344a7f5eSAndroid Build Coastguard Worker"com.google.auto:auto-common" = "auto_common"
257*344a7f5eSAndroid Build Coastguard Worker"com.google.auto.value:auto-value-annotations" = "auto_value_annotations"
258*344a7f5eSAndroid Build Coastguard Worker"com.google.auto.value:auto-value" = "libauto_value_plugin"
259*344a7f5eSAndroid Build Coastguard Worker"com.google.code.gson:gson" = "gson"
260*344a7f5eSAndroid Build Coastguard Worker"com.google.devtools.ksp:symbol-processing-api" = "symbol-processing-api"
261*344a7f5eSAndroid Build Coastguard Worker"com.google.guava:guava" = "guava"
262*344a7f5eSAndroid Build Coastguard Worker"com.google.guava:listenablefuture" = "guava-listenablefuture-prebuilt-jar"
263*344a7f5eSAndroid Build Coastguard Worker"com.google.android.material:material" = "com.google.android.material_material"
264*344a7f5eSAndroid Build Coastguard Worker"com.google.protobuf:protobuf-javalite" = "libprotobuf-java-lite"
265*344a7f5eSAndroid Build Coastguard Worker"com.intellij:annotations" = "jetbrains-annotations"
266*344a7f5eSAndroid Build Coastguard Worker"com.squareup:javapoet" = "javapoet"
267*344a7f5eSAndroid Build Coastguard Worker"com.squareup:kotlinpoet" = "kotlinpoet"
268*344a7f5eSAndroid Build Coastguard Worker"com.squareup:kotlinpoet-javapoet" = "kotlinpoet-javapoet"
269*344a7f5eSAndroid Build Coastguard Worker"com.squareup.okio:okio" = "okio-lib"
270*344a7f5eSAndroid Build Coastguard Worker"com.squareup.wire:wire-runtime" = "wire-runtime"
271*344a7f5eSAndroid Build Coastguard Worker"commons-codec:commons-codec" = "commons-codec"
272*344a7f5eSAndroid Build Coastguard Worker"io.reactivex.rxjava2:rxjava" = "rxjava"
273*344a7f5eSAndroid Build Coastguard Worker"javax.annotation:javax.annotation-api" = "javax-annotation-api-prebuilt-host-jar"
274*344a7f5eSAndroid Build Coastguard Worker"junit:junit" = "junit"
275*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlin:kotlin-stdlib" = "kotlin-stdlib"
276*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlin:kotlin-stdlib-common" = "kotlin-stdlib"
277*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlin:kotlin-stdlib-jdk8" = "kotlin-stdlib-jdk8"
278*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlin:kotlin-stdlib-jvm" = "kotlin-stdlib-jvm"
279*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-coroutines-android" = "kotlinx_coroutines_android"
280*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-coroutines-core" = "kotlinx_coroutines"
281*344a7f5eSAndroid Build Coastguard Worker# Temporarily set to the wrong value for parity with the old script.
282*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" = "kotlinx-coroutines-core-jvm" # "kotlinx_coroutines"
283*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-coroutines-guava" = "kotlinx_coroutines_guava"
284*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-coroutines-rx2" = "kotlinx_coroutines_rx2"
285*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-coroutines-test" = "kotlinx_coroutines_test"
286*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" = "kotlinx_coroutines_test"
287*344a7f5eSAndroid Build Coastguard Worker"org.jetbrains.kotlinx:kotlinx-metadata-jvm" = "kotlinx_metadata_jvm"
288*344a7f5eSAndroid Build Coastguard Worker"org.mockito:mockito-core" = "mockito-core"
289*344a7f5eSAndroid Build Coastguard Worker"org.robolectric:robolectric" = "Robolectric_all-target"
290*344a7f5eSAndroid Build Coastguard Worker"org.xerial:sqlite-jdbc" = "xerial-sqlite-jdbc"
291*344a7f5eSAndroid Build Coastguard Worker
292*344a7f5eSAndroid Build Coastguard Worker# Command-line options passed to pom2bp.
293*344a7f5eSAndroid Build Coastguard Worker[options]
294*344a7f5eSAndroid Build Coastguard Workermonolithic = true
295*344a7f5eSAndroid Build Coastguard Workerstatic-deps = true
296*344a7f5eSAndroid Build Coastguard Worker# Temporarily set to false for parity with the old script.
297*344a7f5eSAndroid Build Coastguard Workersort-deps = false
298*344a7f5eSAndroid Build Coastguard Workersdk-version = "31"
299*344a7f5eSAndroid Build Coastguard Workerdefault-min-sdk-version = "24"
300*344a7f5eSAndroid Build Coastguard Workerprepend = "../../update_prebuilts/prepend_androidx_license"
301*344a7f5eSAndroid Build Coastguard Workerappend-text = "build = [\"JavaPlugins.bp\"]"
302