- 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 Merged-In: Ie750b5391229d21679a8610780b9f8d4a997e204 (cherry picked from commit 9f5a5623a7ff91d4e77b9f5634e63ca3b214758a)
17 lines
338 B
Plaintext
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",
|
|
],
|
|
}
|