summaryrefslogtreecommitdiff
path: root/StubLibraries.bp
diff options
context:
space:
mode:
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r--StubLibraries.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index fc5db9822afb..c0a0cc1f3188 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -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",