blob: 7a80fb1b8856c4cd785853eef6d4c7e35a3bd181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
filegroup {
name: "services.devicepolicy-sources",
srcs: ["java/**/*.java"],
path: "java",
visibility: ["//frameworks/base/services"],
}
java_library_static {
name: "services.devicepolicy",
defaults: ["services_defaults"],
srcs: [":services.devicepolicy-sources"],
libs: [
"services.core",
"app-compat-annotations",
],
}
|