diff options
author | 2023-10-03 12:13:25 +0000 | |
---|---|---|
committer | 2023-10-04 13:10:56 +0000 | |
commit | 0a71550e5fbd95bcda9be9e16d547ecb4fd7f225 (patch) | |
tree | 6d812f4c7f5932178f605b8afa8f392c34300e05 /api | |
parent | 4948cfd5f0da476eb2e6d861789d67a25de8b48b (diff) |
Specify lint-baseline for docs builds
This file is passed to doclava to baselining existing errors in the
documentation. The contents of this baseline will be added in follow up
changes (and will be different in AOSP and internal).
Bug: 217734059
Test: m docs
Change-Id: Ibb5571fd9e55fb4f04e79e015462812e01d1ca80
Diffstat (limited to 'api')
-rw-r--r-- | api/ApiDocs.bp | 1 | ||||
-rw-r--r-- | api/javadoc-lint-baseline | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/api/ApiDocs.bp b/api/ApiDocs.bp index fbcaa52f9bb4..6461c00b1dcd 100644 --- a/api/ApiDocs.bp +++ b/api/ApiDocs.bp @@ -209,6 +209,7 @@ doc_defaults { custom_template: "droiddoc-templates-sdk", resourcesdir: "docs/html/reference/images/", resourcesoutdir: "reference/android/images/", + lint_baseline: "javadoc-lint-baseline", hdf: [ "dac true", "sdk.codename O", diff --git a/api/javadoc-lint-baseline b/api/javadoc-lint-baseline new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/api/javadoc-lint-baseline |