diff options
| author | Peter Collingbourne <pcc@google.com> | 2020-02-20 13:21:23 -0800 |
|---|---|---|
| committer | Peter Collingbourne <pcc@google.com> | 2020-02-25 10:41:01 -0800 |
| commit | 7cb1eae174a7d600b2f5239189efc391d4e38c7e (patch) | |
| tree | e830039d7e624936c32132803a8dece2c1636e7d | |
| parent | 49fa6ba37ff9e71a61e601ab8c1cde3735727223 (diff) | |
Add compat annotation processor for services/core.
We have compat annotations in services/core (specifically
NATIVE_HEAP_POINTER_TAGGING and CTS_SYSTEM_API_CHANGEID, and soon
NATIVE_MEMORY_TAGGING) so we need to add the processor.
Bug: 135754954
Bug: 135772972
Change-Id: I134c67907abdba1dee971111498c6e50da68a768
Merged-In: I25c6339c6adeb907878596332f57e2fa229bfda9
| -rw-r--r-- | services/core/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/core/Android.bp b/services/core/Android.bp index 40992b9286d3..94b4940f1f18 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -55,6 +55,10 @@ java_library_static { "dnsresolver_aidl_interface-V2-java", "netd_event_listener_interface-java", ], + + plugins: [ + "compat-changeid-annotation-processor", + ], } java_genrule { |
