diff options
| -rw-r--r-- | java/core-libraries/Android.bp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/core-libraries/Android.bp b/java/core-libraries/Android.bp index b9332dda5..d6c66e5f8 100644 --- a/java/core-libraries/Android.bp +++ b/java/core-libraries/Android.bp @@ -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", ], } |