diff options
author | 2023-10-11 13:46:34 +0000 | |
---|---|---|
committer | 2023-10-11 15:42:11 +0000 | |
commit | 65370ed5ceb03ac853930d5e285bb6e24f204027 (patch) | |
tree | 639a249617797f618b304d176f8a5695e8d49dd7 /api/ApiDocs.bp | |
parent | 34eb50956bc0d9b84228d7a85879b8194bb82013 (diff) |
Don't link the framework impl in docs build
This gives the docs build access to hidden symbols, which hides issues
in the documentation.
Baseline the newly discovered issues.
Bug: 217734059
Test: m docs
Merged-In: I357f5a341a170a37152d836861a330039a83886c
Change-Id: I357f5a341a170a37152d836861a330039a83886c
Diffstat (limited to 'api/ApiDocs.bp')
-rw-r--r-- | api/ApiDocs.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/ApiDocs.bp b/api/ApiDocs.bp index 6461c00b1dcd..8d8fc12ebc4d 100644 --- a/api/ApiDocs.bp +++ b/api/ApiDocs.bp @@ -195,6 +195,8 @@ framework_docs_only_args = " -android -manifest $(location :frameworks-base-core doc_defaults { name: "framework-docs-default", + sdk_version: "none", + system_modules: "none", libs: framework_docs_only_libs + [ "stub-annotations", "unsupportedappusage", |