Bug: None Test: I solemnly swear I tested this conflict resolution. Change-Id: Ia3ee4dce9639f9b66a44828f28c1fa7cd645dfe5
18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
java_library_static {
|
|
name: "services.devicepolicy",
|
|
srcs: ["java/**/*.java"],
|
|
|
|
libs: [
|
|
"services.core",
|
|
"app-compat-annotations",
|
|
],
|
|
|
|
plugins: [
|
|
"compat-changeid-annotation-processor",
|
|
],
|
|
}
|
|
|
|
platform_compat_config {
|
|
name: "services-devicepolicy-platform-compat-config",
|
|
src: ":services.devicepolicy",
|
|
} |