// 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: "devicelock-module-sdk.contributions", contents: ["prebuilt_framework-devicelock"], } prebuilt_bootclasspath_fragment { name: "com.android.devicelock-bootclasspath-fragment", // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "devicelock_module" is true. use_source_config_var: { config_namespace: "devicelock_module", var_name: "source_build", }, visibility: ["//visibility:public"], apex_available: ["com.android.devicelock"], licenses: ["devicelock-module-sdk_Android-Apache-2.0"], contents: ["framework-devicelock"], fragments: [ { apex: "com.android.art", module: "art-bootclasspath-fragment", }, ], hidden_api: { 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-devicelock", // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "devicelock_module" is true. use_source_config_var: { config_namespace: "devicelock_module", var_name: "source_build", }, visibility: ["//visibility:public"], apex_available: ["com.android.devicelock"], licenses: ["devicelock-module-sdk_Android-Apache-2.0"], shared_library: false, permitted_packages: ["android.devicelock"], public: { jars: ["sdk_library/public/framework-devicelock-stubs.jar"], stub_srcs: ["sdk_library/public/framework-devicelock.srcjar"], current_api: "sdk_library/public/framework-devicelock.txt", removed_api: "sdk_library/public/framework-devicelock-removed.txt", annotations: "sdk_library/public/framework-devicelock_annotations.zip", sdk_version: "module_current", }, system: { jars: ["sdk_library/system/framework-devicelock-stubs.jar"], stub_srcs: ["sdk_library/system/framework-devicelock.srcjar"], current_api: "sdk_library/system/framework-devicelock.txt", removed_api: "sdk_library/system/framework-devicelock-removed.txt", annotations: "sdk_library/system/framework-devicelock_annotations.zip", sdk_version: "module_current", }, module_lib: { jars: ["sdk_library/module-lib/framework-devicelock-stubs.jar"], stub_srcs: ["sdk_library/module-lib/framework-devicelock.srcjar"], current_api: "sdk_library/module-lib/framework-devicelock.txt", removed_api: "sdk_library/module-lib/framework-devicelock-removed.txt", annotations: "sdk_library/module-lib/framework-devicelock_annotations.zip", sdk_version: "module_current", }, } java_import { name: "service-devicelock", // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "devicelock_module" is true. use_source_config_var: { config_namespace: "devicelock_module", var_name: "source_build", }, visibility: ["//visibility:public"], apex_available: ["com.android.devicelock"], licenses: ["devicelock-module-sdk_Android-Apache-2.0"], jars: ["java_systemserver_libs/snapshot/jars/are/invalid/service-devicelock.jar"], min_sdk_version: "34", } license { name: "devicelock-module-sdk_Android-Apache-2.0", visibility: ["//visibility:private"], license_kinds: ["SPDX-license-identifier-Apache-2.0"], license_text: ["licenses/build/soong/licenses/LICENSE"], } prebuilt_systemserverclasspath_fragment { name: "com.android.devicelock-systemserverclasspath-fragment", // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "devicelock_module" is true. use_source_config_var: { config_namespace: "devicelock_module", var_name: "source_build", }, visibility: ["//visibility:public"], apex_available: ["com.android.devicelock"], licenses: ["devicelock-module-sdk_Android-Apache-2.0"], standalone_contents: ["service-devicelock"], }