Files
frameworks_base/services/devicepolicy/Android.bp
Mathew Inwood 503371e2a1 Remove duplicated compat config.
Since the build now merges compat config properly, including these extra
platform_compat_config rules results in duplicated config on the device.

Test: m
Test: Manually inspect contents of /etc/compat_config
Change-Id: I9a0e9ed43d16ae44ecc9e5a5d6984be2332713c5
2020-01-09 15:30:11 +00:00

21 lines
409 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",
],
}