unplugged-system/prebuilts/sdk/current/extras/material-design-x/Android.bp

70 lines
17 KiB
Plaintext
Raw Permalink Normal View History

// Automatically generated with:
// pom2bp -sdk-version 31 -default-min-sdk-version 24 -static-deps '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-compose$=androidx.activity_activity-compose' '-rewrite=^androidx.activity:activity-ktx$=androidx.activity_activity-ktx' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.annotation:annotation-experimental$=androidx.annotation_annotation-experimental' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.appcompat:appcompat-resources$=androidx.appcompat_appcompat-resources' '-rewrite=^androidx.appsearch:appsearch$=androidx.appsearch_appsearch' '-rewrite=^androidx.appsearch:appsearch-compiler$=androidx.appsearch_appsearch-compiler' '-rewrite=^androidx.appsearch:appsearch-local-storage$=androidx.appsearch_appsearch_local_storage' '-rewrite=^androidx.appsearch:appsearch-platform-storage$=androidx.appsearch_appsearch-platform-storage' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.autofill:autofill$=androidx.autofill_autofill' '-rewrite=^androidx.benchmark:benchmark-common$=androidx.benchmark_benchmark-common' '-rewrite=^androidx.benchmark:benchmark-junit4$=androidx.benchmark_benchmark-junit4' '-rewrite=^androidx.benchmark:benchmark-macro$=androidx.benchmark_benchmark-macro' '-rewrite=^androidx.benchmark:benchmark-macro-junit4$=androidx.benchmark_benchmark-macro-junit4' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car.app:app$=androidx.car.app_app' '-rewrite=^androidx.car.app:app-automotive$=androidx.car.app_app-automotive' '-rewrite=^androidx.car.app:app-testing$=androidx.car.app_app-testing' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-jvm$=androidx.collection_collection-jvm' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.compose.animation:animation$=androidx.compose.animation_animation' '-rewrite=^androidx.compose.animation:animation-core$=androidx.compose.animation_animation-core' '-rewrite=^androidx.compose.compiler:compiler-hosted$=androidx.compose.compiler_compiler-hosted' '-rewrite=^androidx.compose.foundation:foundation$=androidx.compose.foundation_foundation' '-rewrite=^androidx.compose.foundation:foundation-layout$=androidx.compose.foundation_foundation-layout' '-rewrite=^androidx.compose.foundation:foundation-text$=androidx.compose.foundation_foundation-text' '-rewrite=^androidx.compose.material3:material3$=androidx.compose.material3_material3' '-rewrite=^androidx.compose.material:material$=androidx.compose.material_material' '-rewrite=^androidx.compose.material:material-icons-core$=androidx.compose.material_material-icons-core' '-rewrite=^androidx.compose.material:material-ripple$=androidx.compose.material_material-ripple' '-rewrite=^androidx.compose.runtime:runtime$=androidx.compose.runtime_runtime' '-rewrite=^androidx.compose.runtime:runtime-livedata$=androidx.compose.runtime_runtime-livedata' '-rewrite=^androidx.compose.runtime:runtime-saveable$=androidx.compose.runtime_runtime-saveable' '-rewrite=^androidx.compose.ui:ui$=androidx.compose.ui_ui' '-rewrite=^androidx.compose.ui:ui-geometry$=androidx.compose.ui_ui-geometry' '-rewrite=^androidx.compose.ui:ui-graphics$=androidx.compose.ui_ui-graphics' '-rewrite=^androidx.compose.ui:ui-text$=androidx.compose.ui_ui-text' '-rewrite=^androidx.compose.ui:ui-tooling$=androidx.compose.ui_ui-tooling' '-rewrite=^androidx.compose.ui:ui-tooling-data$=androidx.compose.ui_ui-tooling-data' '-rewrite=^androidx.compose.ui:ui-tooling-preview$=androidx.compose.ui_ui-tooling-preview' '-rewrite=^androidx.
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
default_applicable_licenses: ["prebuilts_sdk_license"],
}
android_library_import {
name: "com.google.android.material_material-nodeps",
aars: ["com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar"],
sdk_version: "31",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "14",
static_libs: [
"androidx.annotation_annotation",
"androidx.appcompat_appcompat",
"androidx.cardview_cardview",
"androidx.coordinatorlayout_coordinatorlayout",
"androidx-constraintlayout_constraintlayout",
"androidx.core_core",
"androidx.drawerlayout_drawerlayout",
"androidx.dynamicanimation_dynamicanimation",
"androidx.annotation_annotation-experimental",
"androidx.fragment_fragment",
"androidx.lifecycle_lifecycle-runtime",
"androidx.recyclerview_recyclerview",
"androidx.transition_transition",
"androidx.vectordrawable_vectordrawable",
"androidx.viewpager2_viewpager2",
],
}
android_library {
name: "com.google.android.material_material",
sdk_version: "31",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "14",
manifest: "manifests/com.google.android.material_material/AndroidManifest.xml",
static_libs: [
"com.google.android.material_material-nodeps",
"androidx.annotation_annotation",
"androidx.appcompat_appcompat",
"androidx.cardview_cardview",
"androidx.coordinatorlayout_coordinatorlayout",
"androidx-constraintlayout_constraintlayout",
"androidx.core_core",
"androidx.drawerlayout_drawerlayout",
"androidx.dynamicanimation_dynamicanimation",
"androidx.annotation_annotation-experimental",
"androidx.fragment_fragment",
"androidx.lifecycle_lifecycle-runtime",
"androidx.recyclerview_recyclerview",
"androidx.transition_transition",
"androidx.vectordrawable_vectordrawable",
"androidx.viewpager2_viewpager2",
],
java_version: "1.7",
}