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:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user