From 406fe4ab270b792d8897749ea07548480cb95cf2 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 30 Mar 2021 10:11:42 +0100 Subject: [PATCH] Add **/package.html to docs srcs It is being used implicitly at the moment, make it explicit instead. r.android.com/1305139 added this to the other droidstubs. Bug: 153703940 Test: diff soong intermediates for framework-doc-stubs before and after Change-Id: I708cfd02b9096b0245fddbbfb46893d912edd197 --- ApiDocs.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApiDocs.bp b/ApiDocs.bp index ada80bbc98741..5c20b8c2dedb1 100644 --- a/ApiDocs.bp +++ b/ApiDocs.bp @@ -70,6 +70,7 @@ stubs_defaults { ":i18n.module.public.api{.public.stubs.source}", "test-mock/src/**/*.java", "test-runner/src/**/*.java", + "**/package.html", ], libs: framework_docs_only_libs, create_doc_stubs: true,