Merge "Ignore classes on the classpath when generating stubs"

This commit is contained in:
Treehugger Robot
2019-10-29 21:09:29 +00:00
committed by Gerrit Code Review

View File

@@ -914,6 +914,7 @@ framework_docs_only_libs = [
]
metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.xml) " +
"--ignore-classes-on-classpath " +
"--hide-package com.android.okhttp " +
"--hide-package com.android.org.conscrypt --hide-package com.android.server " +
"--error UnhiddenSystemApi " +