Merge "Remove create_stubs: false from droiddoc" am: a17375d057 am: 717f08295c am: 8b509e1e0c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1386551

Change-Id: I117da08146d8c9072b6657733decb8385a31eace
This commit is contained in:
Liz Kammer
2020-08-04 19:32:25 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 3 deletions

View File

@@ -150,12 +150,10 @@ doc_defaults {
":current-support-api", ":current-support-api",
":current-androidx-api", ":current-androidx-api",
], ],
create_stubs: false,
} }
doc_defaults { doc_defaults {
name: "framework-dokka-docs-default", name: "framework-dokka-docs-default",
create_stubs: false,
} }
droiddoc { droiddoc {

View File

@@ -54,7 +54,6 @@ droiddoc {
], ],
installable: false, installable: false,
custom_template: "droiddoc-templates-sdk", custom_template: "droiddoc-templates-sdk",
create_stubs: false,
} }
java_library_static { java_library_static {