diff options
author | Scott Main <smain@google.com> | 2018-03-01 19:37:38 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-03-01 19:37:38 +0000 |
commit | b437f30f286131cc3a01bca7b56ca7dcab37cf74 (patch) | |
tree | 1ef230ac2a8e75d1214580cd55ad04fba597b266 /Android.mk | |
parent | 6d228a7515ebe7e5c037eeb8d2e1d5fd5665463c (diff) | |
parent | 91ca55c1742a199e0170a037e5cdce00b4bdd751 (diff) |
Merge "Enable new yaml file for reference nav that lists all framework files." into oc-mr1-dev am: e3c0216f95
am: 91ca55c174
Change-Id: I04555e22ddd6a26904e0c83d1113d67ff13e69a2
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 470714b184ae..c4fffc891d5b 100644 --- a/Android.mk +++ b/Android.mk @@ -664,6 +664,7 @@ LOCAL_DROIDDOC_OPTIONS:= \ -toroot / \ -hdf android.whichdoc online \ -devsite \ + -yamlV2 \ $(sample_groups) \ -hdf android.hasSamples true \ -samplesdir $(samples_dir) |