diff options
Diffstat (limited to 'api/Android.bp')
-rw-r--r-- | api/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp index cdc5cd120956..73262030ee37 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -387,6 +387,7 @@ stubs_defaults { "--error NoSettingsProvider", "--error UnhiddenSystemApi", "--error UnflaggedApi", + "--error FlaggedApiLiteral", "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.*", // Disable CallbackInterface, as Java 8 default interface methods avoid the extensibility // issue interfaces had previously. |