Merge "Disable stubs generation when generating module_lib .txt file" am: 95f4ad098a

Change-Id: I95840a13332b4a6bc946bbe34d7b29f2b8889d38
This commit is contained in:
Treehugger Robot
2020-04-10 07:58:23 +00:00
committed by Automerger Merge Worker
2 changed files with 8 additions and 0 deletions

View File

@@ -193,6 +193,10 @@ droidstubs {
api_tag_name: "MODULE_LIB",
arg_files: ["core/res/AndroidManifest.xml"],
args: metalava_framework_docs_args + module_libs,
// Do not generate stubs as they are not needed
generate_stubs: false,
check_api: {
current: {
api_file: "api/module-lib-current.txt",

View File

@@ -122,6 +122,10 @@ stubs_defaults {
installable: false,
sdk_version: "module_current",
filter_packages: framework_packages_to_document,
// Do not generate stubs as they are not needed
generate_stubs: false,
check_api: {
current: {
api_file: "api/module-lib-current.txt",