Do not exlicitly declare dependency on changeid processor.

Annotation processor is exported via app-compat-annotations library.

Bug: 152220864
Test: m && diff merged_compat_config.xml
Change-Id: Icab88938f1a49a892e0d62b2a833b659d6725267
Merged-In: Icab88938f1a49a892e0d62b2a833b659d6725267
Exempt-From-Owner-Approval: clean up
(cherry picked from commit b4924c282827ce5e0492b64e696fc33d2b7a122d)
diff --git a/Android.bp b/Android.bp
index 1bfbc0a..8e075b6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -62,10 +62,6 @@
         "ims-common",
         "app-compat-annotations",
     ],
-
-    plugins: [
-        "compat-changeid-annotation-processor",
-    ]
 }
 
 platform_compat_config {