Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e2b123e authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 236e9db9: am 62e97010: enable javadoc filtering for api level 11 and disable preview doc mode

* commit '236e9db9':
  enable javadoc filtering for api level 11 and disable preview doc mode
parents ae7272d8 236e9db9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
    -since ./frameworks/base/api/8.xml 8 \
    -since ./frameworks/base/api/9.xml 9 \
    -since ./frameworks/base/api/10.xml 10 \
    -since ./frameworks/base/api/current.xml Honeycomb \
    -since ./frameworks/base/api/11.xml 11 \
		-werror -hide 113 \
		-overview $(LOCAL_PATH)/core/java/overview.html

@@ -445,12 +445,12 @@ web_docs_sample_code_flags := \
  # major[.minor] version for current SDK. (full releases only)
framework_docs_SDK_VERSION:=3.0
  # release version (ie "Release x")  (full releases only)
framework_docs_SDK_REL_ID:=Preview
framework_docs_SDK_REL_ID:=1

framework_docs_LOCAL_DROIDDOC_OPTIONS += \
		-hdf sdk.version $(framework_docs_SDK_VERSION) \
		-hdf sdk.rel.id $(framework_docs_SDK_REL_ID) \
		-hdf sdk.preview true \
		-hdf sdk.preview 0 \

# ====  the api stubs and current.xml ===========================
include $(CLEAR_VARS)