Merge "API Lint: Ignore CallbackInterface in platform"

am: c58832221c

Change-Id: If24c1552c8f8326d58ebd9a056dd0306ab23c8f9
This commit is contained in:
Adrian Roos
2019-11-05 08:38:43 -08:00
committed by android-build-merger

View File

@@ -962,6 +962,7 @@ metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.x
"--hide-package com.android.org.conscrypt --hide-package com.android.server " +
"--error UnhiddenSystemApi " +
"--hide RequiresPermission " +
"--hide CallbackInterface " +
"--hide MissingPermission --hide BroadcastBehavior " +
"--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
"--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo "