blob: a30f01bfe88ee48e000776840e45d3bf307f6752 [file] [log] [blame]
// This is a generated file. Do not modify directly.
// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
// DEPENDING ON IT IN YOUR PROJECT. ***
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "prebuilts_sdk_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
// SPDX-license-identifier-OFL (by exception only)
// SPDX-license-identifier-Unicode-DFS
default_applicable_licenses: ["prebuilts_sdk_license"],
}
android_library_import {
name: "androidx.glance_glance-nodeps",
aars: ["glance-1.1.0-beta01.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "21",
static_libs: [
"androidx.annotation_annotation",
"androidx.annotation_annotation-experimental",
"androidx.compose.runtime_runtime",
"androidx.compose.ui_ui-graphics",
"androidx.compose.ui_ui-unit",
"androidx.concurrent_concurrent-futures-ktx",
"androidx.datastore_datastore-core",
"androidx.datastore_datastore-preferences",
"androidx.datastore_datastore-preferences-core",
"androidx.work_work-runtime",
"androidx.work_work-runtime-ktx",
"kotlin-stdlib",
],
}
android_library {
name: "androidx.glance_glance",
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "21",
manifest: "manifest/AndroidManifest.xml",
static_libs: [
"androidx.glance_glance-nodeps",
"androidx.annotation_annotation",
"androidx.annotation_annotation-experimental",
"androidx.compose.runtime_runtime",
"androidx.compose.ui_ui-graphics",
"androidx.compose.ui_ui-unit",
"androidx.concurrent_concurrent-futures-ktx",
"androidx.datastore_datastore-core",
"androidx.datastore_datastore-preferences",
"androidx.datastore_datastore-preferences-core",
"androidx.work_work-runtime",
"androidx.work_work-runtime-ktx",
"kotlin-stdlib",
],
java_version: "1.7",
}