• 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-fragment",
19    aars: ["navigation-fragment-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.activity_activity",
29        "androidx.core_core-ktx",
30        "androidx.fragment_fragment-ktx",
31        "androidx.lifecycle_lifecycle-common",
32        "androidx.lifecycle_lifecycle-livedata-core",
33        "androidx.lifecycle_lifecycle-viewmodel",
34        "androidx.navigation_navigation-common",
35        "androidx.navigation_navigation-runtime",
36        "androidx.savedstate_savedstate",
37        "androidx.slidingpanelayout_slidingpanelayout",
38        "kotlin-stdlib",
39        "kotlinx_coroutines",
40        "kotlinx_serialization_core",
41    ],
42}
43