Merge "Disable stubs generation when generating module_lib .txt file" am: 95f4ad098a
Change-Id: I95840a13332b4a6bc946bbe34d7b29f2b8889d38
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user