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: "rkpd-sdk.contributions",
11    contents: ["prebuilt_service-rkp"],
12}
13
14java_sdk_library_import {
15    name: "service-rkp",
16    visibility: ["//visibility:public"],
17    apex_available: ["com.android.rkpd"],
18    licenses: ["rkpd-sdk_Android-Apache-2.0"],
19    shared_library: false,
20    permitted_packages: [
21        "android.security.rkp",
22        "android.security.rkp.service",
23        "com.android.rkpdapp",
24    ],
25    public: {
26        jars: ["sdk_library/public/service-rkp-stubs.jar"],
27        stub_srcs: ["sdk_library/public/service-rkp.srcjar"],
28        current_api: "sdk_library/public/service-rkp.txt",
29        removed_api: "sdk_library/public/service-rkp-removed.txt",
30        annotations: "sdk_library/public/service-rkp_annotations.zip",
31        sdk_version: "module_current",
32    },
33    system_server: {
34        jars: ["sdk_library/system-server/service-rkp-stubs.jar"],
35        stub_srcs: ["sdk_library/system-server/service-rkp.srcjar"],
36        current_api: "sdk_library/system-server/service-rkp.txt",
37        removed_api: "sdk_library/system-server/service-rkp-removed.txt",
38        annotations: "sdk_library/system-server/service-rkp_annotations.zip",
39        sdk_version: "system_server_current",
40    },
41}
42
43license {
44    name: "rkpd-sdk_Android-Apache-2.0",
45    visibility: ["//visibility:private"],
46    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
47    license_text: ["licenses/build/soong/licenses/LICENSE"],
48}
49
50prebuilt_systemserverclasspath_fragment {
51    name: "com.android.rkpd-systemserverclasspath-fragment",
52    visibility: ["//visibility:public"],
53    apex_available: ["com.android.rkpd"],
54    licenses: ["rkpd-sdk_Android-Apache-2.0"],
55    contents: ["service-rkp"],
56}
57