Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cb1eae1 authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

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
parent 49fa6ba3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ java_library_static {
        "dnsresolver_aidl_interface-V2-java",
        "netd_event_listener_interface-java",
    ],

    plugins: [
        "compat-changeid-annotation-processor",
    ],
}

java_genrule {