Files
frameworks_base/services/devicepolicy/Android.bp
Artur Satayev 9f5a5623a7 Export change id processor.
- Don't declare the plugin directly, it is exported via java_library that defines the sources.
- Remove unneeded framework-annotation-proc.

Bug: 152220864
Test: m && diff merged_compat_config.xml
Change-Id: Ie750b5391229d21679a8610780b9f8d4a997e204
(cherry picked from commit af1a2c4598de7e60b454926e7445caf49e490c76)
2020-03-27 12:12:30 +00:00

17 lines
338 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",
],
}