blob: 0d00283a0b949b4f3c524a985b4057f17d5328e4 [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.drawerlayout_drawerlayout-nodeps",
aars: ["drawerlayout-1.3.0-alpha01.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "19",
static_libs: [
"androidx.annotation_annotation",
"androidx.core_core",
"androidx.customview_customview",
],
}
android_library {
name: "androidx.drawerlayout_drawerlayout",
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "19",
manifest: "manifest/AndroidManifest.xml",
static_libs: [
"androidx.drawerlayout_drawerlayout-nodeps",
"androidx.annotation_annotation",
"androidx.core_core",
"androidx.customview_customview",
],
java_version: "1.7",
}