diff options
| author | 2019-02-22 20:36:41 -0800 | |
|---|---|---|
| committer | 2019-02-22 21:07:11 -0800 | |
| commit | 14b05b1cc8c1fc7ffe46b54c18640a35c5c79405 (patch) | |
| tree | 99e141c75b526dfd69f18f79891dfb9693dc6139 | |
| parent | 9d2829ba4ddaf0c8c937402b311ce187c9a0f684 (diff) | |
For ds-docs build, pass -yamlV2 and -metalavaApiSince.
These two flags generate the API reference in the
new format expected by DAC.
Test: make ds-docs
Bug: 125939989
Change-Id: I63510051d87b211793ca140ed0fd618d6ebd3f68
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 628894016f39..cc531beef311 100644 --- a/Android.bp +++ b/Android.bp @@ -1514,7 +1514,7 @@ droiddoc { ], proofread_file: "ds-docs-proofrerad.txt", args: framework_docs_only_args + - " -toroot / -samplegroup Admin " + + " -toroot / -yamlV2 -metalavaApiSince -samplegroup Admin " + " -samplegroup Background " + " -samplegroup Connectivity " + " -samplegroup Content " + |