diff options
author | Artur Satayev <satayev@google.com> | 2020-03-25 15:36:55 +0000 |
---|---|---|
committer | Artur Satayev <satayev@google.com> | 2020-03-28 19:24:53 +0000 |
commit | f9172bd785203c989363ae0e3837bfa3f912e5ef (patch) | |
tree | 60f0273ee5cdbfa95809f2fe327facb35c6705a9 /services/Android.bp | |
parent | c02e0d8cdf1308be1bf5511f7287930a355bd4c3 (diff) |
Export change id processor.
- 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)
Diffstat (limited to 'services/Android.bp')
-rw-r--r-- | services/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/Android.bp b/services/Android.bp index 52c5993a2862..9785493f4d68 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -81,10 +81,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"], |