• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: "configinfrastructure-sdk.contributions",
11    contents: [
12        "prebuilt_framework-configinfrastructure",
13        "prebuilt_service-configinfrastructure",
14    ],
15}
16
17prebuilt_bootclasspath_fragment {
18    name: "com.android.configinfrastructure-bootclasspath-fragment",
19    visibility: ["//visibility:public"],
20    apex_available: ["com.android.configinfrastructure"],
21    licenses: ["configinfrastructure-sdk_Android-Apache-2.0"],
22    contents: ["framework-configinfrastructure"],
23    fragments: [
24        {
25            apex: "com.android.art",
26            module: "art-bootclasspath-fragment",
27        },
28    ],
29    hidden_api: {
30        annotation_flags: "hiddenapi/annotation-flags.csv",
31        metadata: "hiddenapi/metadata.csv",
32        index: "hiddenapi/index.csv",
33        signature_patterns: "hiddenapi/signature-patterns.csv",
34        filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv",
35        filtered_flags: "hiddenapi/filtered-flags.csv",
36    },
37}
38
39java_sdk_library_import {
40    name: "framework-configinfrastructure",
41    visibility: ["//visibility:public"],
42    apex_available: ["com.android.configinfrastructure"],
43    licenses: ["configinfrastructure-sdk_Android-Apache-2.0"],
44    shared_library: false,
45    permitted_packages: [
46        "android.internal.configinfra",
47        "android.provider",
48        "android.provider.flags",
49        "android.provider.x",
50        "android.provider.aidl",
51        "android.os.flagging",
52    ],
53    public: {
54        jars: ["sdk_library/public/framework-configinfrastructure-stubs.jar"],
55        stub_srcs: ["sdk_library/public/framework-configinfrastructure.srcjar"],
56        current_api: "sdk_library/public/framework-configinfrastructure.txt",
57        removed_api: "sdk_library/public/framework-configinfrastructure-removed.txt",
58        annotations: "sdk_library/public/framework-configinfrastructure_annotations.zip",
59        sdk_version: "module_current",
60    },
61    system: {
62        jars: ["sdk_library/system/framework-configinfrastructure-stubs.jar"],
63        stub_srcs: ["sdk_library/system/framework-configinfrastructure.srcjar"],
64        current_api: "sdk_library/system/framework-configinfrastructure.txt",
65        removed_api: "sdk_library/system/framework-configinfrastructure-removed.txt",
66        annotations: "sdk_library/system/framework-configinfrastructure_annotations.zip",
67        sdk_version: "module_current",
68    },
69    module_lib: {
70        jars: ["sdk_library/module-lib/framework-configinfrastructure-stubs.jar"],
71        stub_srcs: ["sdk_library/module-lib/framework-configinfrastructure.srcjar"],
72        current_api: "sdk_library/module-lib/framework-configinfrastructure.txt",
73        removed_api: "sdk_library/module-lib/framework-configinfrastructure-removed.txt",
74        annotations: "sdk_library/module-lib/framework-configinfrastructure_annotations.zip",
75        sdk_version: "module_current",
76    },
77}
78
79java_sdk_library_import {
80    name: "service-configinfrastructure",
81    visibility: ["//visibility:public"],
82    apex_available: ["com.android.configinfrastructure"],
83    licenses: ["configinfrastructure-sdk_Android-Apache-2.0"],
84    shared_library: false,
85    permitted_packages: [
86        "android.provider",
87        "com.android.server.deviceconfig",
88    ],
89    public: {
90        jars: ["sdk_library/public/service-configinfrastructure-stubs.jar"],
91        stub_srcs: ["sdk_library/public/service-configinfrastructure.srcjar"],
92        current_api: "sdk_library/public/service-configinfrastructure.txt",
93        removed_api: "sdk_library/public/service-configinfrastructure-removed.txt",
94        annotations: "sdk_library/public/service-configinfrastructure_annotations.zip",
95        sdk_version: "module_current",
96    },
97    system_server: {
98        jars: ["sdk_library/system-server/service-configinfrastructure-stubs.jar"],
99        stub_srcs: ["sdk_library/system-server/service-configinfrastructure.srcjar"],
100        current_api: "sdk_library/system-server/service-configinfrastructure.txt",
101        removed_api: "sdk_library/system-server/service-configinfrastructure-removed.txt",
102        annotations: "sdk_library/system-server/service-configinfrastructure_annotations.zip",
103        sdk_version: "system_server_current",
104    },
105}
106
107license {
108    name: "configinfrastructure-sdk_Android-Apache-2.0",
109    visibility: ["//visibility:private"],
110    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
111    license_text: ["licenses/build/soong/licenses/LICENSE"],
112}
113
114prebuilt_systemserverclasspath_fragment {
115    name: "com.android.configinfrastructure-systemserverclasspath-fragment",
116    visibility: ["//visibility:public"],
117    apex_available: ["com.android.configinfrastructure"],
118    licenses: ["configinfrastructure-sdk_Android-Apache-2.0"],
119    contents: ["service-configinfrastructure"],
120}
121