diff options
author | Paul Duffin <paulduffin@google.com> | 2020-09-08 20:22:49 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2020-09-28 19:51:09 +0100 |
commit | 8c083f683e2ee0d135a8c1b043908d98ac16467b (patch) | |
tree | 311994a1bf1cc2ecafe3fd84345ef73addd27333 /ApiDocs.bp | |
parent | 404b26a761a4ea212a85fbc0c63e7e61f1b6a030 (diff) |
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
Diffstat (limited to 'ApiDocs.bp')
-rw-r--r-- | ApiDocs.bp | 2 |
1 files changed, 1 insertions, 1 deletions
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/", |