File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
373373 -since ./frameworks/base/api/7.xml 7 \
374374 -since ./frameworks/base/api/8.xml 8 \
375375 -since ./frameworks/base/api/9.xml 9 \
376+ -since ./frameworks/base/api/10.xml 10 \
376377 -werror -hide 13 \
377378 -overview $(LOCAL_PATH ) /core/java/overview.html
378379
@@ -446,7 +447,7 @@ framework_docs_SDK_VERSION:=2.3
446447 # release version (ie "Release x") (full releases only)
447448framework_docs_SDK_REL_ID: =1
448449 # flag to build offline docs for a preview release
449- framework_docs_SDK_PREVIEW: =0
450+ framework_docs_SDK_PREVIEW: =true
450451
451452framework_docs_LOCAL_DROIDDOC_OPTIONS += \
452453 -hdf sdk.version $(framework_docs_SDK_VERSION ) \
@@ -574,6 +575,10 @@ LOCAL_DROIDDOC_OPTIONS:= \
574575 -hdf android.whichdoc online \
575576 -hdf template.showLanguageMenu true
576577
578+ ifeq ($(framework_docs_SDK_PREVIEW ) ,true)
579+ LOCAL_DROIDDOC_OPTIONS += -hdf sdk.preview true
580+ endif
581+
577582LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR: =build/tools/droiddoc/templates-sdk
578583LOCAL_DROIDDOC_CUSTOM_ASSET_DIR: =assets-sdk
579584
You can’t perform that action at this time.
0 commit comments