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: "scheduling-sdk.contributions", 11 contents: ["prebuilt_framework-scheduling"], 12} 13 14prebuilt_bootclasspath_fragment { 15 name: "com.android.scheduling-bootclasspath-fragment", 16 prefer: false, 17 visibility: ["//visibility:public"], 18 apex_available: ["com.android.scheduling"], 19 licenses: ["scheduling-sdk_Android-Apache-2.0"], 20 contents: ["framework-scheduling"], 21 fragments: [ 22 { 23 apex: "com.android.art", 24 module: "art-bootclasspath-fragment", 25 }, 26 ], 27 hidden_api: { 28 annotation_flags: "hiddenapi/annotation-flags.csv", 29 metadata: "hiddenapi/metadata.csv", 30 index: "hiddenapi/index.csv", 31 signature_patterns: "hiddenapi/signature-patterns.csv", 32 filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv", 33 filtered_flags: "hiddenapi/filtered-flags.csv", 34 }, 35} 36 37java_sdk_library_import { 38 name: "framework-scheduling", 39 prefer: false, 40 visibility: ["//visibility:public"], 41 apex_available: ["com.android.scheduling"], 42 licenses: ["scheduling-sdk_Android-Apache-2.0"], 43 shared_library: false, 44 permitted_packages: ["android.scheduling"], 45 public: { 46 jars: ["sdk_library/public/framework-scheduling-stubs.jar"], 47 stub_srcs: ["sdk_library/public/framework-scheduling_stub_sources"], 48 current_api: "sdk_library/public/framework-scheduling.txt", 49 removed_api: "sdk_library/public/framework-scheduling-removed.txt", 50 annotations: "sdk_library/public/framework-scheduling_annotations.zip", 51 sdk_version: "module_current", 52 }, 53 system: { 54 jars: ["sdk_library/system/framework-scheduling-stubs.jar"], 55 stub_srcs: ["sdk_library/system/framework-scheduling_stub_sources"], 56 current_api: "sdk_library/system/framework-scheduling.txt", 57 removed_api: "sdk_library/system/framework-scheduling-removed.txt", 58 annotations: "sdk_library/system/framework-scheduling_annotations.zip", 59 sdk_version: "module_current", 60 }, 61 module_lib: { 62 jars: ["sdk_library/module-lib/framework-scheduling-stubs.jar"], 63 stub_srcs: ["sdk_library/module-lib/framework-scheduling_stub_sources"], 64 current_api: "sdk_library/module-lib/framework-scheduling.txt", 65 removed_api: "sdk_library/module-lib/framework-scheduling-removed.txt", 66 annotations: "sdk_library/module-lib/framework-scheduling_annotations.zip", 67 sdk_version: "module_current", 68 }, 69} 70 71java_import { 72 name: "service-scheduling", 73 prefer: false, 74 visibility: ["//visibility:public"], 75 apex_available: ["com.android.scheduling"], 76 licenses: ["scheduling-sdk_Android-Apache-2.0"], 77 jars: ["java_systemserver_libs/snapshot/jars/are/invalid/service-scheduling.jar"], 78 min_sdk_version: "31", 79} 80 81license { 82 name: "scheduling-sdk_Android-Apache-2.0", 83 visibility: ["//visibility:private"], 84 license_kinds: ["SPDX-license-identifier-Apache-2.0"], 85 license_text: ["licenses/build/soong/licenses/LICENSE"], 86} 87 88prebuilt_systemserverclasspath_fragment { 89 name: "com.android.scheduling-systemserverclasspath-fragment", 90 prefer: false, 91 visibility: ["//visibility:public"], 92 apex_available: ["com.android.scheduling"], 93 licenses: ["scheduling-sdk_Android-Apache-2.0"], 94 standalone_contents: ["service-scheduling"], 95} 96