From 8c083f683e2ee0d135a8c1b043908d98ac16467b Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Tue, 8 Sep 2020 20:22:49 +0100 Subject: Get ART public API doctag information from java_sdk_library Uses an output tag to access the doctag_files exposed by the art.module.public.api java_sdk_library. This ensures that the doctags will be available from the ART prebuilts as well. Bug: 168301990 Test: Built offline-sdk-docs with and without the change and diffed them. The only difference was the timestamp.js file. Change-Id: Ibd51899e4aeb9b11727a54644330bbbe8b7e86a7 --- ApiDocs.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ApiDocs.bp') diff --git a/ApiDocs.bp b/ApiDocs.bp index df12eb38e0d7..d6302097081a 100644 --- a/ApiDocs.bp +++ b/ApiDocs.bp @@ -131,7 +131,7 @@ doc_defaults { ], knowntags: [ "docs/knowntags.txt", - ":known-oj-tags", + ":art.module.public.api{.doctags}", ], custom_template: "droiddoc-templates-sdk", resourcesdir: "docs/html/reference/images/", -- cgit v1.2.3