• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This is auto-generated. DO NOT EDIT.
2
3package {
4    // A default list here prevents the license LSC from adding its own list which would
5    // be unnecessary as every module in the sdk already has its own licenses property.
6    default_applicable_licenses: ["Android-Apache-2.0"],
7}
8
9apex_contributions_defaults {
10    name: "nfcservices-module-sdk.contributions",
11    contents: ["prebuilt_framework-nfc"],
12}
13
14prebuilt_bootclasspath_fragment {
15    name: "com.android.nfcservices-bootclasspath-fragment",
16    visibility: ["//visibility:public"],
17    apex_available: ["com.android.nfcservices"],
18    licenses: ["nfcservices-module-sdk_Android-Apache-2.0"],
19    contents: ["framework-nfc"],
20    fragments: [
21        {
22            apex: "com.android.art",
23            module: "art-bootclasspath-fragment",
24        },
25    ],
26    hidden_api: {
27        max_target_r_low_priority: ["hiddenapi/hiddenapi-max-target-r-loprio.txt"],
28        max_target_o_low_priority: ["hiddenapi/hiddenapi-max-target-o.txt"],
29        annotation_flags: "hiddenapi/annotation-flags.csv",
30        metadata: "hiddenapi/metadata.csv",
31        index: "hiddenapi/index.csv",
32        signature_patterns: "hiddenapi/signature-patterns.csv",
33        filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv",
34        filtered_flags: "hiddenapi/filtered-flags.csv",
35    },
36}
37
38java_sdk_library_import {
39    name: "framework-nfc",
40    visibility: ["//visibility:public"],
41    apex_available: [
42        "//apex_available:platform",
43        "com.android.nfcservices",
44    ],
45    licenses: ["nfcservices-module-sdk_Android-Apache-2.0"],
46    shared_library: false,
47    permitted_packages: [
48        "android.nfc",
49        "com.android.nfc",
50    ],
51    public: {
52        jars: ["sdk_library/public/framework-nfc-stubs.jar"],
53        stub_srcs: ["sdk_library/public/framework-nfc.srcjar"],
54        current_api: "sdk_library/public/framework-nfc.txt",
55        removed_api: "sdk_library/public/framework-nfc-removed.txt",
56        annotations: "sdk_library/public/framework-nfc_annotations.zip",
57        sdk_version: "module_current",
58    },
59    system: {
60        jars: ["sdk_library/system/framework-nfc-stubs.jar"],
61        stub_srcs: ["sdk_library/system/framework-nfc.srcjar"],
62        current_api: "sdk_library/system/framework-nfc.txt",
63        removed_api: "sdk_library/system/framework-nfc-removed.txt",
64        annotations: "sdk_library/system/framework-nfc_annotations.zip",
65        sdk_version: "module_current",
66    },
67    module_lib: {
68        jars: ["sdk_library/module-lib/framework-nfc-stubs.jar"],
69        stub_srcs: ["sdk_library/module-lib/framework-nfc.srcjar"],
70        current_api: "sdk_library/module-lib/framework-nfc.txt",
71        removed_api: "sdk_library/module-lib/framework-nfc-removed.txt",
72        annotations: "sdk_library/module-lib/framework-nfc_annotations.zip",
73        sdk_version: "module_current",
74    },
75}
76
77license {
78    name: "nfcservices-module-sdk_Android-Apache-2.0",
79    visibility: ["//visibility:private"],
80    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
81    license_text: ["licenses/build/soong/licenses/LICENSE"],
82}
83