blob: 8e6f80b424747e197a2c79d3f37a0d4ace22bf1d [file] [log] [blame]
// 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: "rkpd-sdk.contributions",
contents: ["prebuilt_service-rkp"],
}
java_sdk_library_import {
name: "service-rkp",
visibility: ["//visibility:public"],
apex_available: ["com.android.rkpd"],
licenses: ["rkpd-sdk_Android-Apache-2.0"],
shared_library: false,
permitted_packages: [
"android.security.rkp",
"android.security.rkp.service",
"com.android.rkpdapp",
],
public: {
jars: ["sdk_library/public/service-rkp-stubs.jar"],
stub_srcs: ["sdk_library/public/service-rkp.srcjar"],
current_api: "sdk_library/public/service-rkp.txt",
removed_api: "sdk_library/public/service-rkp-removed.txt",
annotations: "sdk_library/public/service-rkp_annotations.zip",
sdk_version: "module_current",
},
system_server: {
jars: ["sdk_library/system-server/service-rkp-stubs.jar"],
stub_srcs: ["sdk_library/system-server/service-rkp.srcjar"],
current_api: "sdk_library/system-server/service-rkp.txt",
removed_api: "sdk_library/system-server/service-rkp-removed.txt",
annotations: "sdk_library/system-server/service-rkp_annotations.zip",
sdk_version: "system_server_current",
},
}
license {
name: "rkpd-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: "rkpd-sdk_opensourcerequest",
visibility: ["//visibility:private"],
license_text: ["licenses/build/soong/licenses/opensourcerequest"],
}
prebuilt_systemserverclasspath_fragment {
name: "com.android.rkpd-systemserverclasspath-fragment",
visibility: ["//visibility:public"],
apex_available: ["com.android.rkpd"],
licenses: ["rkpd-sdk_Android-Apache-2.0"],
contents: ["service-rkp"],
}