bae2e90796
... in preparation for creating a stub library from services.jar Bug: 139391334 Test: m Change-Id: Ifd6cfc77acf2284804a2f64011c2733b5c222369
26 lines
530 B
Plaintext
26 lines
530 B
Plaintext
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",
|
|
],
|
|
}
|
|
|
|
platform_compat_config {
|
|
name: "services-devicepolicy-platform-compat-config",
|
|
src: ":services.devicepolicy",
|
|
}
|