blob: 8eedfab94b955478756b906662237a8da084d1c8 [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 {
31 name: "com.android.art.debug-file_contexts",
32 srcs: [
33 "com.android.art.debug-file_contexts",
34 ],
35}
36
37filegroup {
38 name: "com.android.art.release-file_contexts",
39 srcs: [
40 "com.android.art.release-file_contexts",
41 ],
42}
43
44filegroup {
45 name: "com.android.bootanimation-file_contexts",
46 srcs: [
47 "com.android.bootanimation-file_contexts",
48 ],
49}
50
51filegroup {
52 name: "com.android.cellbroadcast-file_contexts",
53 srcs: [
54 "com.android.cellbroadcast-file_contexts",
55 ],
56}
57
58filegroup {
59 name: "com.android.conscrypt-file_contexts",
60 srcs: [
61 "com.android.conscrypt-file_contexts",
62 ],
63}
64
65filegroup {
66 name: "com.android.i18n-file_contexts",
67 srcs: [
68 "com.android.i18n-file_contexts",
69 ],
70}
71
72filegroup {
73 name: "com.android.media-file_contexts",
74 srcs: [
75 "com.android.media-file_contexts",
76 ],
77}
78
79filegroup {
80 name: "com.android.media.swcodec-file_contexts",
81 srcs: [
82 "com.android.media.swcodec-file_contexts",
83 ],
84}
85
86filegroup {
87 name: "com.android.neuralnetworks-file_contexts",
88 srcs: [
89 "com.android.neuralnetworks-file_contexts",
90 ],
91}
92
93filegroup {
94 name: "com.android.os.statsd-file_contexts",
95 srcs: [
96 "com.android.os.statsd-file_contexts",
97 ],
98}
99
100filegroup {
101 name: "com.android.permission-file_contexts",
102 srcs: [
103 "com.android.permission-file_contexts",
104 ],
105}
106
107filegroup {
108 name: "com.android.resolv-file_contexts",
109 srcs: [
110 "com.android.resolv-file_contexts",
111 ],
112}
113
114filegroup {
115 name: "com.android.runtime-file_contexts",
116 srcs: [
117 "com.android.runtime-file_contexts",
118 ],
119}
120
121filegroup {
122 name: "com.android.tzdata-file_contexts",
123 srcs: [
124 "com.android.tzdata-file_contexts",
125 ],
126}
127
128filegroup {
129 name: "com.android.vndk-file_contexts",
130 srcs: [
131 "com.android.vndk-file_contexts",
132 ],
133}