blob: d2f1ef8cd98fee820009a9fc26f1aa4aef29f2fa [file] [log] [blame]
Anvesh Renikindief6deb42024-03-20 15:06:52 +00001// This is a generated file. Do not modify directly.
2
3// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
4// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
5// DEPENDING ON IT IN YOUR PROJECT. ***
6package {
7 // See: http://go/android-license-faq
8 // A large-scale-change added 'default_applicable_licenses' to import
9 // all of the 'license_kinds' from "prebuilts_sdk_license"
10 // to get the below license kinds:
11 // SPDX-license-identifier-Apache-2.0
12 // SPDX-license-identifier-OFL (by exception only)
13 // SPDX-license-identifier-Unicode-DFS
14 default_applicable_licenses: ["prebuilts_sdk_license"],
15}
16
17android_library_import {
Alan Viveretteebfc4b02024-04-22 12:25:09 -040018 name: "androidx.compose.foundation_foundation-layout",
Anvesh Renikindief6deb42024-03-20 15:06:52 +000019 aars: ["foundation-layout-android-1.7.0-alpha05.aar"],
Alan Viverette2e924492024-04-08 16:12:16 -040020 sdk_version: "34",
Anvesh Renikindief6deb42024-03-20 15:06:52 +000021 apex_available: [
22 "//apex_available:platform",
23 "//apex_available:anyapex",
24 ],
25 min_sdk_version: "21",
Alan Viverette1fc08672024-04-25 15:24:44 -040026 manifest: "manifest/AndroidManifest.xml",
Anvesh Renikindief6deb42024-03-20 15:06:52 +000027 static_libs: [
28 "androidx.annotation_annotation",
29 "androidx.annotation_annotation-experimental",
30 "androidx.collection_collection",
31 "androidx.compose.animation_animation-core",
32 "androidx.compose.runtime_runtime",
33 "androidx.compose.ui_ui",
34 "androidx.compose.ui_ui-unit",
35 "androidx.compose.ui_ui-util",
36 "androidx.core_core",
37 "kotlin-stdlib",
38 ],
39}