blob: cdbe77a3d64ccdb92dfb1c82f0e631bb1e35ea33 [file] [log] [blame]
filegroup {
name: "services.devicepolicy-sources",
srcs: ["java/**/*.java"],
path: "java",
visibility: ["//frameworks/base/services"],
}
java_library_static {
name: "services.devicepolicy",
srcs: [":services.devicepolicy-sources"],
libs: [
"services.core",
"app-compat-annotations",
],
plugins: [
"compat-changeid-annotation-processor",
],
}