// This is auto-generated. DO NOT EDIT. package { // A default list here prevents the license LSC from adding its own list which would // be unnecessary as every module in the sdk already has its own licenses property. default_applicable_licenses: ["Android-Apache-2.0"], } apex_contributions_defaults { name: "nfcservices-module-sdk.contributions", contents: ["prebuilt_framework-nfc"], } prebuilt_bootclasspath_fragment { name: "com.android.nfcservices-bootclasspath-fragment", prefer: false, visibility: ["//visibility:public"], apex_available: ["com.android.nfcservices"], licenses: ["nfcservices-module-sdk_Android-Apache-2.0"], contents: ["framework-nfc"], fragments: [ { apex: "com.android.art", module: "art-bootclasspath-fragment", }, ], hidden_api: { max_target_r_low_priority: ["hiddenapi/hiddenapi-max-target-r-loprio.txt"], max_target_o_low_priority: ["hiddenapi/hiddenapi-max-target-o.txt"], annotation_flags: "hiddenapi/annotation-flags.csv", metadata: "hiddenapi/metadata.csv", index: "hiddenapi/index.csv", signature_patterns: "hiddenapi/signature-patterns.csv", filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv", filtered_flags: "hiddenapi/filtered-flags.csv", }, } java_sdk_library_import { name: "framework-nfc", prefer: false, visibility: ["//visibility:public"], apex_available: [ "//apex_available:platform", "com.android.nfcservices", ], licenses: ["nfcservices-module-sdk_frameworks_base_license"], shared_library: false, permitted_packages: [ "android.nfc", "com.android.nfc", ], public: { jars: ["sdk_library/public/framework-nfc-stubs.jar"], stub_srcs: ["sdk_library/public/framework-nfc_stub_sources"], current_api: "sdk_library/public/framework-nfc.txt", removed_api: "sdk_library/public/framework-nfc-removed.txt", annotations: "sdk_library/public/framework-nfc_annotations.zip", sdk_version: "module_current", }, system: { jars: ["sdk_library/system/framework-nfc-stubs.jar"], stub_srcs: ["sdk_library/system/framework-nfc_stub_sources"], current_api: "sdk_library/system/framework-nfc.txt", removed_api: "sdk_library/system/framework-nfc-removed.txt", annotations: "sdk_library/system/framework-nfc_annotations.zip", sdk_version: "module_current", }, module_lib: { jars: ["sdk_library/module-lib/framework-nfc-stubs.jar"], stub_srcs: ["sdk_library/module-lib/framework-nfc_stub_sources"], current_api: "sdk_library/module-lib/framework-nfc.txt", removed_api: "sdk_library/module-lib/framework-nfc-removed.txt", annotations: "sdk_library/module-lib/framework-nfc_annotations.zip", sdk_version: "module_current", }, } license { name: "nfcservices-module-sdk_Android-Apache-2.0", visibility: ["//visibility:private"], license_kinds: ["SPDX-license-identifier-Apache-2.0"], license_text: ["licenses/build/soong/licenses/LICENSE"], } license { name: "nfcservices-module-sdk_frameworks_base_license", visibility: ["//visibility:private"], license_kinds: [ "SPDX-license-identifier-Apache-2.0", "SPDX-license-identifier-BSD", "SPDX-license-identifier-CC-BY", "SPDX-license-identifier-MIT", "SPDX-license-identifier-Unicode-DFS", "legacy_unencumbered", ], license_text: ["licenses/frameworks/base/NOTICE"], }