Merge "Replacing @Nullable/@NonNull with @RecentlyNullable/@RecentlyNonNull in non-android APIs"

am: 8c1b66d30e

Change-Id: Ib5452e3f4abc36ccf7019a110b1e99428e9f4d7a
This commit is contained in:
Jeff Gaston
2019-11-28 05:37:03 -08:00
committed by android-build-merger

View File

@@ -949,7 +949,8 @@ metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.x
"--hide CallbackInterface " +
"--hide MissingPermission --hide BroadcastBehavior " +
"--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
"--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo "
"--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo " +
"--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.*"
packages_to_document = [
"android",