Merge "Specify which packages metalava should skip in API linting."

am: d4454de42f

Change-Id: I5b03be39c3b0e35ace7bafee2c7bb3cf9392d452
This commit is contained in:
Aurimas Liutikas
2020-01-27 16:30:15 -08:00
committed by android-build-merger

View File

@@ -1064,7 +1064,11 @@ metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.x
"--hide MissingPermission --hide BroadcastBehavior " +
"--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
"--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo " +
"--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.*"
"--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* " +
"--api-lint-ignore-prefix android.icu. " +
"--api-lint-ignore-prefix java. " +
"--api-lint-ignore-prefix junit. " +
"--api-lint-ignore-prefix org. "
build = [
"StubLibraries.bp",