• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// 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 {
18    name: "androidx.navigation_navigation-ui",
19    aars: ["navigation-ui-2.9.0-alpha09.aar"],
20    sdk_version: "34",
21    apex_available: [
22        "//apex_available:platform",
23        "//apex_available:anyapex",
24    ],
25    min_sdk_version: "21",
26    manifest: "manifest/AndroidManifest.xml",
27    static_libs: [
28        "androidx.appcompat_appcompat",
29        "androidx.coordinatorlayout_coordinatorlayout",
30        "androidx.core_core-ktx",
31        "androidx.customview_customview",
32        "androidx.drawerlayout_drawerlayout",
33        "androidx.navigation_navigation-common",
34        "androidx.navigation_navigation-runtime",
35        "androidx.transition_transition",
36        "com.google.android.material_material",
37    ],
38}
39