diff options
author | Scott Main <smain@google.com> | 2017-12-19 13:43:45 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2018-03-01 19:03:25 +0000 |
commit | 4f9b48cce49662fffcced00776c97b438826ca57 (patch) | |
tree | beb8bb98959179618ecbeb22d92d02d2494f0153 | |
parent | 92609c7db1c2c78135fc4564d0caa8d57279cdfd (diff) |
Enable new yaml file for reference nav that lists all framework files.
This depends on DocLava changes in ag/3382461
bug: b/69845924
test: make ds-docs
Change-Id: I4acd2c2034581b349ab4c00cbfe195ee5eca2354
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index dfcfa2b688e8..a9cb7cc97ad1 100644 --- a/Android.mk +++ b/Android.mk @@ -1376,6 +1376,7 @@ LOCAL_DROIDDOC_OPTIONS:= \ -toroot / \ -hdf android.whichdoc online \ -devsite \ + -yamlV2 \ $(sample_groups) \ -hdf android.hasSamples true \ -samplesdir $(samples_dir) |