Merge "API Lint: Ignore CallbackInterface in platform"

This commit is contained in:
Adrian Roos
2019-11-05 16:17:43 +00:00
committed by Gerrit Code Review

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 "