• 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.preference_preference",
19    aars: ["preference-1.3.0-alpha01.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-ktx",
29        "androidx.annotation_annotation",
30        "androidx.appcompat_appcompat",
31        "androidx.collection_collection",
32        "androidx.core_core",
33        "androidx.fragment_fragment-ktx",
34        "androidx.recyclerview_recyclerview",
35        "androidx.slidingpanelayout_slidingpanelayout",
36    ],
37}
38