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

Commit a335e1de authored by Spandan Das's avatar Spandan Das
Browse files

Remove stub-annotations from art stubs system modules

This system module is used to compile conscrypt and icu stubs. These
have migrated to java_sdk_library that set `annotations_enabled: true`
explicitly.

Test: m
Test: TH
Change-Id: I65ceb1fbf0dcdbb3504b69ebce6ca8f0b67e964d
parent 2d704998
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -307,12 +307,6 @@ java_system_modules {
        // the UnsupportedAppUsage, CorePlatformApi and IntraCoreApi
        // annotations.
        "art.module.api.annotations.for.system.modules",

        // Make nullability annotations available when compiling public stubs.
        // They are provided as a separate library because while the
        // annotations are not themselves part of the public API provided by
        // this module they are used in the stubs.
        "stub-annotations",
    ],
}