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
This commit is contained in:
Spandan Das
2023-03-31 19:04:43 +00:00
parent 2d704998f4
commit a335e1de36

View File

@@ -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",
],
}