blob: 53303c6417b7d46c3ddc860401b85ecaa0d4b227 [file] [log] [blame]
Jooyung Hana9324742019-11-20 17:54:34 +09001// Copyright (C) 2019 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15
16filegroup {
17 name: "apex.test-file_contexts",
18 srcs: [
19 "apex.test-file_contexts",
20 ],
21}
22
23filegroup {
24 name: "com.android.adbd-file_contexts",
25 srcs: [
26 "com.android.adbd-file_contexts",
27 ],
28}
29
30filegroup {
Anton Hanssonb8413352020-01-06 17:29:13 +000031 name: "com.android.sdkext-file_contexts",
32 srcs: [
33 "com.android.sdkext-file_contexts",
34 ],
35}
36
37filegroup {
Martin Stjernholma2032262020-10-12 15:11:16 +010038 name: "com.android.art-file_contexts",
Jooyung Hana9324742019-11-20 17:54:34 +090039 srcs: [
Martin Stjernholma2032262020-10-12 15:11:16 +010040 "com.android.art-file_contexts",
Jooyung Hana9324742019-11-20 17:54:34 +090041 ],
42}
43
44filegroup {
Martin Stjernholma2032262020-10-12 15:11:16 +010045 name: "com.android.art.debug-file_contexts",
Jooyung Hana9324742019-11-20 17:54:34 +090046 srcs: [
Martin Stjernholma2032262020-10-12 15:11:16 +010047 "com.android.art.debug-file_contexts",
Jooyung Hana9324742019-11-20 17:54:34 +090048 ],
49}
50
51filegroup {
52 name: "com.android.bootanimation-file_contexts",
53 srcs: [
54 "com.android.bootanimation-file_contexts",
55 ],
56}
57
58filegroup {
59 name: "com.android.cellbroadcast-file_contexts",
60 srcs: [
61 "com.android.cellbroadcast-file_contexts",
62 ],
63}
64
65filegroup {
66 name: "com.android.conscrypt-file_contexts",
67 srcs: [
68 "com.android.conscrypt-file_contexts",
69 ],
70}
71
72filegroup {
Luke Huanga63ba2a2019-12-19 21:02:18 +080073 name: "com.android.cronet-file_contexts",
74 srcs: [
75 "com.android.cronet-file_contexts",
76 ],
77}
78
79filegroup {
Neil Fuller8f033bd2020-11-20 19:46:54 +000080 name: "com.android.geotz-file_contexts",
81 srcs: [
82 "com.android.geotz-file_contexts",
83 ],
84}
85
86filegroup {
Yifan Hong8ac37f02020-06-01 15:07:50 -070087 name: "com.android.gki-file_contexts",
88 srcs: [
89 "com.android.gki-file_contexts",
90 ],
91}
92
93filegroup {
evitayan780185f2019-11-27 07:00:14 -080094 name: "com.android.ipsec-file_contexts",
95 srcs: [
96 "com.android.ipsec-file_contexts",
97 ],
98}
99
100filegroup {
Jooyung Hana9324742019-11-20 17:54:34 +0900101 name: "com.android.i18n-file_contexts",
102 srcs: [
103 "com.android.i18n-file_contexts",
104 ],
105}
106
107filegroup {
108 name: "com.android.media-file_contexts",
109 srcs: [
110 "com.android.media-file_contexts",
111 ],
112}
113
114filegroup {
Jeff Sharkey8d287db2019-12-03 13:35:44 -0700115 name: "com.android.mediaprovider-file_contexts",
116 srcs: [
117 "com.android.mediaprovider-file_contexts",
118 ],
119}
120
121filegroup {
Jooyung Hana9324742019-11-20 17:54:34 +0900122 name: "com.android.media.swcodec-file_contexts",
123 srcs: [
124 "com.android.media.swcodec-file_contexts",
125 ],
126}
127
128filegroup {
129 name: "com.android.neuralnetworks-file_contexts",
130 srcs: [
131 "com.android.neuralnetworks-file_contexts",
132 ],
133}
134
135filegroup {
136 name: "com.android.os.statsd-file_contexts",
137 srcs: [
138 "com.android.os.statsd-file_contexts",
139 ],
140}
141
142filegroup {
143 name: "com.android.permission-file_contexts",
144 srcs: [
145 "com.android.permission-file_contexts",
146 ],
147}
148
149filegroup {
150 name: "com.android.resolv-file_contexts",
151 srcs: [
152 "com.android.resolv-file_contexts",
153 ],
154}
155
156filegroup {
157 name: "com.android.runtime-file_contexts",
158 srcs: [
159 "com.android.runtime-file_contexts",
160 ],
161}
162
163filegroup {
Hall Liu6f6585d2019-12-12 19:05:39 -0800164 name: "com.android.telephony-file_contexts",
165 srcs: [
166 "com.android.telephony-file_contexts",
167 ],
168}
169
170filegroup {
Jooyung Hana9324742019-11-20 17:54:34 +0900171 name: "com.android.tzdata-file_contexts",
172 srcs: [
173 "com.android.tzdata-file_contexts",
174 ],
175}
176
177filegroup {
178 name: "com.android.vndk-file_contexts",
179 srcs: [
180 "com.android.vndk-file_contexts",
181 ],
182}
Roshan Piusfbfcfe72019-12-12 14:02:15 -0800183
184filegroup {
185 name: "com.android.wifi-file_contexts",
186 srcs: [
187 "com.android.wifi-file_contexts",
188 ],
189}
markchienba385212019-12-18 19:40:48 +0800190
191filegroup {
192 name: "com.android.tethering-file_contexts",
193 srcs: [
194 "com.android.tethering-file_contexts",
195 ],
196}
lpeter93de13e2020-02-05 18:43:13 +0800197
198filegroup {
199 name: "com.android.extservices-file_contexts",
200 srcs: [
201 "com.android.extservices-file_contexts",
202 ],
203}