summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/Android.bp8
-rw-r--r--services/core/Android.bp4
2 files changed, 2 insertions, 10 deletions
diff --git a/services/Android.bp b/services/Android.bp
index 8ebad4efc1b5..0b1e34881e47 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -75,10 +75,6 @@ java_library {
"framework-tethering-stubs-module_libs_api",
],
- plugins: [
- "compat-changeid-annotation-processor",
- ],
-
// Uncomment to enable output of certain warnings (deprecated, unchecked)
//javacflags: ["-Xlint"],
@@ -94,8 +90,8 @@ cc_library_shared {
}
platform_compat_config {
- name: "services-platform-compat-config",
- src: ":services",
+ name: "services-platform-compat-config",
+ src: ":services",
}
filegroup {
diff --git a/services/core/Android.bp b/services/core/Android.bp
index b7fd227ed0bb..7a3a910c0447 100644
--- a/services/core/Android.bp
+++ b/services/core/Android.bp
@@ -56,10 +56,6 @@ java_library_static {
"dnsresolver_aidl_interface-V2-java",
"netd_event_listener_interface-java",
],
-
- plugins: [
- "compat-changeid-annotation-processor",
- ],
}
java_genrule {