blob: fdfb928e30c28e8a2d8a33d4c6f1a0715582373a [file] [log] [blame] [edit]
// 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: "btservices-module-sdk.contributions",
contents: [
"prebuilt_bluetooth-compat-config",
"prebuilt_bluetoothapk-platform-compat-config",
"prebuilt_framework-bluetooth-compat-config",
"prebuilt_framework-bluetooth",
],
}
prebuilt_bootclasspath_fragment {
name: "com.android.btservices-bootclasspath-fragment",
visibility: ["//visibility:public"],
apex_available: ["com.android.btservices"],
licenses: ["btservices-module-sdk_system_bt_license"],
contents: ["framework-bluetooth"],
fragments: [
{
apex: "com.android.art",
module: "art-bootclasspath-fragment",
},
],
hidden_api: {
unsupported: ["hiddenapi/hiddenapi-unsupported.txt"],
max_target_r_low_priority: ["hiddenapi/hiddenapi-max-target-r-low-priority.txt"],
max_target_o_low_priority: ["hiddenapi/hiddenapi-max-target-o-low-priority.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",
},
}
prebuilt_platform_compat_config {
name: "bluetooth-compat-config",
visibility: ["//visibility:public"],
licenses: ["btservices-module-sdk_Android-Apache-2.0"],
metadata: "compat_configs/bluetooth-compat-config/bluetooth-compat-config_meta.xml",
}
prebuilt_platform_compat_config {
name: "bluetoothapk-platform-compat-config",
visibility: ["//visibility:public"],
licenses: ["btservices-module-sdk_packages_apps_Bluetooth_license"],
metadata: "compat_configs/bluetoothapk-platform-compat-config/bluetoothapk-platform-compat-config_meta.xml",
}
prebuilt_platform_compat_config {
name: "framework-bluetooth-compat-config",
visibility: ["//visibility:public"],
licenses: ["btservices-module-sdk_Android-Apache-2.0"],
metadata: "compat_configs/framework-bluetooth-compat-config/framework-bluetooth-compat-config_meta.xml",
}
java_sdk_library_import {
name: "framework-bluetooth",
visibility: ["//visibility:public"],
apex_available: ["com.android.btservices"],
licenses: ["btservices-module-sdk_Android-Apache-2.0"],
shared_library: false,
permitted_packages: [
"android.bluetooth",
"com.android.bluetooth.jarjar",
],
public: {
jars: ["sdk_library/public/framework-bluetooth-stubs.jar"],
stub_srcs: ["sdk_library/public/framework-bluetooth.srcjar"],
current_api: "sdk_library/public/framework-bluetooth.txt",
removed_api: "sdk_library/public/framework-bluetooth-removed.txt",
annotations: "sdk_library/public/framework-bluetooth_annotations.zip",
sdk_version: "module_current",
},
system: {
jars: ["sdk_library/system/framework-bluetooth-stubs.jar"],
stub_srcs: ["sdk_library/system/framework-bluetooth.srcjar"],
current_api: "sdk_library/system/framework-bluetooth.txt",
removed_api: "sdk_library/system/framework-bluetooth-removed.txt",
annotations: "sdk_library/system/framework-bluetooth_annotations.zip",
sdk_version: "module_current",
},
module_lib: {
jars: ["sdk_library/module-lib/framework-bluetooth-stubs.jar"],
stub_srcs: ["sdk_library/module-lib/framework-bluetooth.srcjar"],
current_api: "sdk_library/module-lib/framework-bluetooth.txt",
removed_api: "sdk_library/module-lib/framework-bluetooth-removed.txt",
annotations: "sdk_library/module-lib/framework-bluetooth_annotations.zip",
sdk_version: "module_current",
},
}
java_import {
name: "service-bluetooth",
visibility: ["//visibility:public"],
apex_available: ["com.android.btservices"],
licenses: ["btservices-module-sdk_Android-Apache-2.0"],
jars: ["java_systemserver_libs/snapshot/jars/are/invalid/service-bluetooth.jar"],
min_sdk_version: "33",
}
license {
name: "btservices-module-sdk_system_bt_license",
visibility: ["//visibility:private"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
"SPDX-license-identifier-BSD",
"SPDX-license-identifier-MIT",
"legacy_unencumbered",
],
license_text: ["licenses/packages/modules/Bluetooth/NOTICE"],
}
license {
name: "btservices-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: "btservices-module-sdk_packages_apps_Bluetooth_license",
visibility: ["//visibility:private"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
"SPDX-license-identifier-BSD",
],
}
prebuilt_systemserverclasspath_fragment {
name: "com.android.btservices-systemserverclasspath-fragment",
visibility: ["//visibility:public"],
apex_available: ["com.android.btservices"],
licenses: ["btservices-module-sdk_system_bt_license"],
standalone_contents: ["service-bluetooth"],
}