xref: /aosp_15_r20/system/sepolicy/apex/Android.bp (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker// Copyright (C) 2019 The Android Open Source Project
2*e4a36f41SAndroid Build Coastguard Worker//
3*e4a36f41SAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
4*e4a36f41SAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
5*e4a36f41SAndroid Build Coastguard Worker// You may obtain a copy of the License at
6*e4a36f41SAndroid Build Coastguard Worker//
7*e4a36f41SAndroid Build Coastguard Worker//     http://www.apache.org/licenses/LICENSE-2.0
8*e4a36f41SAndroid Build Coastguard Worker//
9*e4a36f41SAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
10*e4a36f41SAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
11*e4a36f41SAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*e4a36f41SAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
13*e4a36f41SAndroid Build Coastguard Worker// limitations under the License.
14*e4a36f41SAndroid Build Coastguard Worker
15*e4a36f41SAndroid Build Coastguard Workerpackage {
16*e4a36f41SAndroid Build Coastguard Worker    // http://go/android-license-faq
17*e4a36f41SAndroid Build Coastguard Worker    // A large-scale-change added 'default_applicable_licenses' to import
18*e4a36f41SAndroid Build Coastguard Worker    // the below license kinds from "system_sepolicy_license":
19*e4a36f41SAndroid Build Coastguard Worker    //   legacy_unencumbered
20*e4a36f41SAndroid Build Coastguard Worker    default_applicable_licenses: ["system_sepolicy_license"],
21*e4a36f41SAndroid Build Coastguard Worker}
22*e4a36f41SAndroid Build Coastguard Worker
23*e4a36f41SAndroid Build Coastguard Worker// TODO(b/236681553): Remove com.android.bluetooth-file_contexts
24*e4a36f41SAndroid Build Coastguard Worker
25*e4a36f41SAndroid Build Coastguard Workerfilegroup {
26*e4a36f41SAndroid Build Coastguard Worker    name: "apex.test-file_contexts",
27*e4a36f41SAndroid Build Coastguard Worker    srcs: [
28*e4a36f41SAndroid Build Coastguard Worker        "apex.test-file_contexts",
29*e4a36f41SAndroid Build Coastguard Worker    ],
30*e4a36f41SAndroid Build Coastguard Worker}
31*e4a36f41SAndroid Build Coastguard Worker
32*e4a36f41SAndroid Build Coastguard Workerfilegroup {
33*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.adbd-file_contexts",
34*e4a36f41SAndroid Build Coastguard Worker    srcs: [
35*e4a36f41SAndroid Build Coastguard Worker        "com.android.adbd-file_contexts",
36*e4a36f41SAndroid Build Coastguard Worker    ],
37*e4a36f41SAndroid Build Coastguard Worker}
38*e4a36f41SAndroid Build Coastguard Worker
39*e4a36f41SAndroid Build Coastguard Workerfilegroup {
40*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.sdkext-file_contexts",
41*e4a36f41SAndroid Build Coastguard Worker    srcs: [
42*e4a36f41SAndroid Build Coastguard Worker        "com.android.sdkext-file_contexts",
43*e4a36f41SAndroid Build Coastguard Worker    ],
44*e4a36f41SAndroid Build Coastguard Worker}
45*e4a36f41SAndroid Build Coastguard Worker
46*e4a36f41SAndroid Build Coastguard Workerfilegroup {
47*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.art-file_contexts",
48*e4a36f41SAndroid Build Coastguard Worker    srcs: [
49*e4a36f41SAndroid Build Coastguard Worker        "com.android.art-file_contexts",
50*e4a36f41SAndroid Build Coastguard Worker    ],
51*e4a36f41SAndroid Build Coastguard Worker}
52*e4a36f41SAndroid Build Coastguard Worker
53*e4a36f41SAndroid Build Coastguard Workerfilegroup {
54*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.art.debug-file_contexts",
55*e4a36f41SAndroid Build Coastguard Worker    srcs: [
56*e4a36f41SAndroid Build Coastguard Worker        "com.android.art.debug-file_contexts",
57*e4a36f41SAndroid Build Coastguard Worker    ],
58*e4a36f41SAndroid Build Coastguard Worker}
59*e4a36f41SAndroid Build Coastguard Worker
60*e4a36f41SAndroid Build Coastguard Workerfilegroup {
61*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.bootanimation-file_contexts",
62*e4a36f41SAndroid Build Coastguard Worker    srcs: [
63*e4a36f41SAndroid Build Coastguard Worker        "com.android.bootanimation-file_contexts",
64*e4a36f41SAndroid Build Coastguard Worker    ],
65*e4a36f41SAndroid Build Coastguard Worker}
66*e4a36f41SAndroid Build Coastguard Worker
67*e4a36f41SAndroid Build Coastguard Workerfilegroup {
68*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.cellbroadcast-file_contexts",
69*e4a36f41SAndroid Build Coastguard Worker    srcs: [
70*e4a36f41SAndroid Build Coastguard Worker        "com.android.cellbroadcast-file_contexts",
71*e4a36f41SAndroid Build Coastguard Worker    ],
72*e4a36f41SAndroid Build Coastguard Worker}
73*e4a36f41SAndroid Build Coastguard Worker
74*e4a36f41SAndroid Build Coastguard Workerfilegroup {
75*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.compos-file_contexts",
76*e4a36f41SAndroid Build Coastguard Worker    srcs: [
77*e4a36f41SAndroid Build Coastguard Worker        "com.android.compos-file_contexts",
78*e4a36f41SAndroid Build Coastguard Worker    ],
79*e4a36f41SAndroid Build Coastguard Worker}
80*e4a36f41SAndroid Build Coastguard Worker
81*e4a36f41SAndroid Build Coastguard Workerfilegroup {
82*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.conscrypt-file_contexts",
83*e4a36f41SAndroid Build Coastguard Worker    srcs: [
84*e4a36f41SAndroid Build Coastguard Worker        "com.android.conscrypt-file_contexts",
85*e4a36f41SAndroid Build Coastguard Worker    ],
86*e4a36f41SAndroid Build Coastguard Worker}
87*e4a36f41SAndroid Build Coastguard Worker
88*e4a36f41SAndroid Build Coastguard Workerfilegroup {
89*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.crashrecovery-file_contexts",
90*e4a36f41SAndroid Build Coastguard Worker    srcs: [
91*e4a36f41SAndroid Build Coastguard Worker        "com.android.crashrecovery-file_contexts",
92*e4a36f41SAndroid Build Coastguard Worker    ],
93*e4a36f41SAndroid Build Coastguard Worker}
94*e4a36f41SAndroid Build Coastguard Worker
95*e4a36f41SAndroid Build Coastguard Workerfilegroup {
96*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.federatedcompute-file_contexts",
97*e4a36f41SAndroid Build Coastguard Worker    srcs: [
98*e4a36f41SAndroid Build Coastguard Worker        "com.android.federatedcompute-file_contexts",
99*e4a36f41SAndroid Build Coastguard Worker    ],
100*e4a36f41SAndroid Build Coastguard Worker}
101*e4a36f41SAndroid Build Coastguard Worker
102*e4a36f41SAndroid Build Coastguard Workerfilegroup {
103*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.geotz-file_contexts",
104*e4a36f41SAndroid Build Coastguard Worker    srcs: [
105*e4a36f41SAndroid Build Coastguard Worker        "com.android.geotz-file_contexts",
106*e4a36f41SAndroid Build Coastguard Worker    ],
107*e4a36f41SAndroid Build Coastguard Worker}
108*e4a36f41SAndroid Build Coastguard Worker
109*e4a36f41SAndroid Build Coastguard Workerfilegroup {
110*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.gki-file_contexts",
111*e4a36f41SAndroid Build Coastguard Worker    srcs: [
112*e4a36f41SAndroid Build Coastguard Worker        "com.android.gki-file_contexts",
113*e4a36f41SAndroid Build Coastguard Worker    ],
114*e4a36f41SAndroid Build Coastguard Worker}
115*e4a36f41SAndroid Build Coastguard Worker
116*e4a36f41SAndroid Build Coastguard Workerfilegroup {
117*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.ipsec-file_contexts",
118*e4a36f41SAndroid Build Coastguard Worker    srcs: [
119*e4a36f41SAndroid Build Coastguard Worker        "com.android.ipsec-file_contexts",
120*e4a36f41SAndroid Build Coastguard Worker    ],
121*e4a36f41SAndroid Build Coastguard Worker}
122*e4a36f41SAndroid Build Coastguard Worker
123*e4a36f41SAndroid Build Coastguard Workerfilegroup {
124*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.i18n-file_contexts",
125*e4a36f41SAndroid Build Coastguard Worker    srcs: [
126*e4a36f41SAndroid Build Coastguard Worker        "com.android.i18n-file_contexts",
127*e4a36f41SAndroid Build Coastguard Worker    ],
128*e4a36f41SAndroid Build Coastguard Worker}
129*e4a36f41SAndroid Build Coastguard Worker
130*e4a36f41SAndroid Build Coastguard Workerfilegroup {
131*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.media-file_contexts",
132*e4a36f41SAndroid Build Coastguard Worker    srcs: [
133*e4a36f41SAndroid Build Coastguard Worker        "com.android.media-file_contexts",
134*e4a36f41SAndroid Build Coastguard Worker    ],
135*e4a36f41SAndroid Build Coastguard Worker}
136*e4a36f41SAndroid Build Coastguard Worker
137*e4a36f41SAndroid Build Coastguard Workerfilegroup {
138*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.mediaprovider-file_contexts",
139*e4a36f41SAndroid Build Coastguard Worker    srcs: [
140*e4a36f41SAndroid Build Coastguard Worker        "com.android.mediaprovider-file_contexts",
141*e4a36f41SAndroid Build Coastguard Worker    ],
142*e4a36f41SAndroid Build Coastguard Worker}
143*e4a36f41SAndroid Build Coastguard Worker
144*e4a36f41SAndroid Build Coastguard Workerfilegroup {
145*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.media.swcodec-file_contexts",
146*e4a36f41SAndroid Build Coastguard Worker    srcs: [
147*e4a36f41SAndroid Build Coastguard Worker        "com.android.media.swcodec-file_contexts",
148*e4a36f41SAndroid Build Coastguard Worker    ],
149*e4a36f41SAndroid Build Coastguard Worker}
150*e4a36f41SAndroid Build Coastguard Worker
151*e4a36f41SAndroid Build Coastguard Workerfilegroup {
152*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.neuralnetworks-file_contexts",
153*e4a36f41SAndroid Build Coastguard Worker    srcs: [
154*e4a36f41SAndroid Build Coastguard Worker        "com.android.neuralnetworks-file_contexts",
155*e4a36f41SAndroid Build Coastguard Worker    ],
156*e4a36f41SAndroid Build Coastguard Worker}
157*e4a36f41SAndroid Build Coastguard Worker
158*e4a36f41SAndroid Build Coastguard Workerfilegroup {
159*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.nfcservices-file_contexts",
160*e4a36f41SAndroid Build Coastguard Worker    srcs: [
161*e4a36f41SAndroid Build Coastguard Worker        "com.android.nfcservices-file_contexts",
162*e4a36f41SAndroid Build Coastguard Worker    ],
163*e4a36f41SAndroid Build Coastguard Worker}
164*e4a36f41SAndroid Build Coastguard Worker
165*e4a36f41SAndroid Build Coastguard Workerfilegroup {
166*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.os.statsd-file_contexts",
167*e4a36f41SAndroid Build Coastguard Worker    srcs: [
168*e4a36f41SAndroid Build Coastguard Worker        "com.android.os.statsd-file_contexts",
169*e4a36f41SAndroid Build Coastguard Worker    ],
170*e4a36f41SAndroid Build Coastguard Worker}
171*e4a36f41SAndroid Build Coastguard Worker
172*e4a36f41SAndroid Build Coastguard Workerfilegroup {
173*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.permission-file_contexts",
174*e4a36f41SAndroid Build Coastguard Worker    srcs: [
175*e4a36f41SAndroid Build Coastguard Worker        "com.android.permission-file_contexts",
176*e4a36f41SAndroid Build Coastguard Worker    ],
177*e4a36f41SAndroid Build Coastguard Worker}
178*e4a36f41SAndroid Build Coastguard Worker
179*e4a36f41SAndroid Build Coastguard Workerfilegroup {
180*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.resolv-file_contexts",
181*e4a36f41SAndroid Build Coastguard Worker    srcs: [
182*e4a36f41SAndroid Build Coastguard Worker        "com.android.resolv-file_contexts",
183*e4a36f41SAndroid Build Coastguard Worker    ],
184*e4a36f41SAndroid Build Coastguard Worker}
185*e4a36f41SAndroid Build Coastguard Worker
186*e4a36f41SAndroid Build Coastguard Workerfilegroup {
187*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.runtime-file_contexts",
188*e4a36f41SAndroid Build Coastguard Worker    srcs: [
189*e4a36f41SAndroid Build Coastguard Worker        "com.android.runtime-file_contexts",
190*e4a36f41SAndroid Build Coastguard Worker    ],
191*e4a36f41SAndroid Build Coastguard Worker}
192*e4a36f41SAndroid Build Coastguard Worker
193*e4a36f41SAndroid Build Coastguard Workerfilegroup {
194*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.scheduling-file_contexts",
195*e4a36f41SAndroid Build Coastguard Worker    srcs: [
196*e4a36f41SAndroid Build Coastguard Worker        "com.android.scheduling-file_contexts",
197*e4a36f41SAndroid Build Coastguard Worker    ],
198*e4a36f41SAndroid Build Coastguard Worker}
199*e4a36f41SAndroid Build Coastguard Worker
200*e4a36f41SAndroid Build Coastguard Workerfilegroup {
201*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.tzdata-file_contexts",
202*e4a36f41SAndroid Build Coastguard Worker    srcs: [
203*e4a36f41SAndroid Build Coastguard Worker        "com.android.tzdata-file_contexts",
204*e4a36f41SAndroid Build Coastguard Worker    ],
205*e4a36f41SAndroid Build Coastguard Worker}
206*e4a36f41SAndroid Build Coastguard Worker
207*e4a36f41SAndroid Build Coastguard Workerfilegroup {
208*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.uwb-file_contexts",
209*e4a36f41SAndroid Build Coastguard Worker    srcs: [
210*e4a36f41SAndroid Build Coastguard Worker        "com.android.uwb-file_contexts",
211*e4a36f41SAndroid Build Coastguard Worker    ],
212*e4a36f41SAndroid Build Coastguard Worker}
213*e4a36f41SAndroid Build Coastguard Worker
214*e4a36f41SAndroid Build Coastguard Workerfile_contexts {
215*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.virt-file_contexts",
216*e4a36f41SAndroid Build Coastguard Worker    defaults: ["contexts_flags_defaults"],
217*e4a36f41SAndroid Build Coastguard Worker    srcs: ["com.android.virt-file_contexts"],
218*e4a36f41SAndroid Build Coastguard Worker}
219*e4a36f41SAndroid Build Coastguard Worker
220*e4a36f41SAndroid Build Coastguard Workerfilegroup {
221*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.vndk-file_contexts",
222*e4a36f41SAndroid Build Coastguard Worker    srcs: [
223*e4a36f41SAndroid Build Coastguard Worker        "com.android.vndk-file_contexts",
224*e4a36f41SAndroid Build Coastguard Worker    ],
225*e4a36f41SAndroid Build Coastguard Worker}
226*e4a36f41SAndroid Build Coastguard Worker
227*e4a36f41SAndroid Build Coastguard Workerfilegroup {
228*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.wifi-file_contexts",
229*e4a36f41SAndroid Build Coastguard Worker    srcs: [
230*e4a36f41SAndroid Build Coastguard Worker        "com.android.wifi-file_contexts",
231*e4a36f41SAndroid Build Coastguard Worker    ],
232*e4a36f41SAndroid Build Coastguard Worker}
233*e4a36f41SAndroid Build Coastguard Worker
234*e4a36f41SAndroid Build Coastguard Workerfilegroup {
235*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.tethering-file_contexts",
236*e4a36f41SAndroid Build Coastguard Worker    srcs: [
237*e4a36f41SAndroid Build Coastguard Worker        "com.android.tethering-file_contexts",
238*e4a36f41SAndroid Build Coastguard Worker    ],
239*e4a36f41SAndroid Build Coastguard Worker}
240*e4a36f41SAndroid Build Coastguard Worker
241*e4a36f41SAndroid Build Coastguard Workerfilegroup {
242*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.extservices-file_contexts",
243*e4a36f41SAndroid Build Coastguard Worker    srcs: [
244*e4a36f41SAndroid Build Coastguard Worker        "com.android.extservices-file_contexts",
245*e4a36f41SAndroid Build Coastguard Worker    ],
246*e4a36f41SAndroid Build Coastguard Worker}
247*e4a36f41SAndroid Build Coastguard Worker
248*e4a36f41SAndroid Build Coastguard Workerfilegroup {
249*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.adservices-file_contexts",
250*e4a36f41SAndroid Build Coastguard Worker    srcs: [
251*e4a36f41SAndroid Build Coastguard Worker        "com.android.adservices-file_contexts",
252*e4a36f41SAndroid Build Coastguard Worker    ],
253*e4a36f41SAndroid Build Coastguard Worker}
254*e4a36f41SAndroid Build Coastguard Worker
255*e4a36f41SAndroid Build Coastguard Workerfilegroup {
256*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.car.framework-file_contexts",
257*e4a36f41SAndroid Build Coastguard Worker    srcs: [
258*e4a36f41SAndroid Build Coastguard Worker        "com.android.car.framework-file_contexts",
259*e4a36f41SAndroid Build Coastguard Worker    ],
260*e4a36f41SAndroid Build Coastguard Worker}
261*e4a36f41SAndroid Build Coastguard Worker
262*e4a36f41SAndroid Build Coastguard Workerfilegroup {
263*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.ondevicepersonalization-file_contexts",
264*e4a36f41SAndroid Build Coastguard Worker    srcs: [
265*e4a36f41SAndroid Build Coastguard Worker        "com.android.ondevicepersonalization-file_contexts",
266*e4a36f41SAndroid Build Coastguard Worker    ],
267*e4a36f41SAndroid Build Coastguard Worker}
268*e4a36f41SAndroid Build Coastguard Worker
269*e4a36f41SAndroid Build Coastguard Workerfilegroup {
270*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.healthfitness-file_contexts",
271*e4a36f41SAndroid Build Coastguard Worker    srcs: [
272*e4a36f41SAndroid Build Coastguard Worker        "com.android.healthfitness-file_contexts",
273*e4a36f41SAndroid Build Coastguard Worker    ],
274*e4a36f41SAndroid Build Coastguard Worker}
275*e4a36f41SAndroid Build Coastguard Worker
276*e4a36f41SAndroid Build Coastguard Workerfilegroup {
277*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.rkpd-file_contexts",
278*e4a36f41SAndroid Build Coastguard Worker    srcs: [
279*e4a36f41SAndroid Build Coastguard Worker        "com.android.rkpd-file_contexts",
280*e4a36f41SAndroid Build Coastguard Worker    ],
281*e4a36f41SAndroid Build Coastguard Worker}
282*e4a36f41SAndroid Build Coastguard Worker
283*e4a36f41SAndroid Build Coastguard Workerfilegroup {
284*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.devicelock-file_contexts",
285*e4a36f41SAndroid Build Coastguard Worker    srcs: [
286*e4a36f41SAndroid Build Coastguard Worker        "com.android.devicelock-file_contexts",
287*e4a36f41SAndroid Build Coastguard Worker    ],
288*e4a36f41SAndroid Build Coastguard Worker}
289*e4a36f41SAndroid Build Coastguard Worker
290*e4a36f41SAndroid Build Coastguard Workerfilegroup {
291*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.telephonymodules-file_contexts",
292*e4a36f41SAndroid Build Coastguard Worker    srcs: [
293*e4a36f41SAndroid Build Coastguard Worker        "com.android.telephonymodules-file_contexts",
294*e4a36f41SAndroid Build Coastguard Worker    ],
295*e4a36f41SAndroid Build Coastguard Worker}
296*e4a36f41SAndroid Build Coastguard Worker
297*e4a36f41SAndroid Build Coastguard Workerfilegroup {
298*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.configinfrastructure-file_contexts",
299*e4a36f41SAndroid Build Coastguard Worker    srcs: [
300*e4a36f41SAndroid Build Coastguard Worker        "com.android.configinfrastructure-file_contexts",
301*e4a36f41SAndroid Build Coastguard Worker    ],
302*e4a36f41SAndroid Build Coastguard Worker}
303*e4a36f41SAndroid Build Coastguard Worker
304*e4a36f41SAndroid Build Coastguard Workerfilegroup {
305*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.biometrics.virtual.fingerprint-file_contexts",
306*e4a36f41SAndroid Build Coastguard Worker    srcs: [
307*e4a36f41SAndroid Build Coastguard Worker        "com.android.biometrics.virtual.fingerprint-file_contexts",
308*e4a36f41SAndroid Build Coastguard Worker    ],
309*e4a36f41SAndroid Build Coastguard Worker}
310*e4a36f41SAndroid Build Coastguard Worker
311*e4a36f41SAndroid Build Coastguard Workerfilegroup {
312*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.uprobestats-file_contexts",
313*e4a36f41SAndroid Build Coastguard Worker    srcs: [
314*e4a36f41SAndroid Build Coastguard Worker        "com.android.uprobestats-file_contexts",
315*e4a36f41SAndroid Build Coastguard Worker    ],
316*e4a36f41SAndroid Build Coastguard Worker}
317*e4a36f41SAndroid Build Coastguard Worker
318*e4a36f41SAndroid Build Coastguard Workerfilegroup {
319*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.biometrics.virtual.face-file_contexts",
320*e4a36f41SAndroid Build Coastguard Worker    srcs: [
321*e4a36f41SAndroid Build Coastguard Worker        "com.android.biometrics.virtual.face-file_contexts",
322*e4a36f41SAndroid Build Coastguard Worker    ],
323*e4a36f41SAndroid Build Coastguard Worker}
324*e4a36f41SAndroid Build Coastguard Worker
325*e4a36f41SAndroid Build Coastguard Workerfilegroup {
326*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.documentsuibundle-file_contexts",
327*e4a36f41SAndroid Build Coastguard Worker    srcs: [
328*e4a36f41SAndroid Build Coastguard Worker        "com.android.documentsuibundle-file_contexts",
329*e4a36f41SAndroid Build Coastguard Worker    ],
330*e4a36f41SAndroid Build Coastguard Worker}
331*e4a36f41SAndroid Build Coastguard Worker
332*e4a36f41SAndroid Build Coastguard Workerfilegroup {
333*e4a36f41SAndroid Build Coastguard Worker    name: "com.android.profiling-file_contexts",
334*e4a36f41SAndroid Build Coastguard Worker    srcs: [
335*e4a36f41SAndroid Build Coastguard Worker        "com.android.profiling-file_contexts",
336*e4a36f41SAndroid Build Coastguard Worker    ],
337*e4a36f41SAndroid Build Coastguard Worker}
338