Skip to content

Commit

Permalink
add api level 17 to javadoc filter and update version number
Browse files Browse the repository at this point in the history
Change-Id: I278f796b3390e57f4309f215e4f37359a80f0e83
  • Loading branch information
scottamain committed Sep 28, 2012
1 parent 10a2979 commit 1134de0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android.mk
Expand Up @@ -429,6 +429,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
-since ./frameworks/base/api/14.txt 14 \
-since ./frameworks/base/api/15.txt 15 \
-since ./frameworks/base/api/16.txt 16 \
-since ./frameworks/base/api/17.txt 17 \
-werror -hide 113 \
-overview $(LOCAL_PATH)/core/java/overview.html

Expand Down Expand Up @@ -539,7 +540,7 @@ web_docs_sample_code_flags := \

## SDK version identifiers used in the published docs
# major[.minor] version for current SDK. (full releases only)
framework_docs_SDK_VERSION:=4.1
framework_docs_SDK_VERSION:=4.2
# release version (ie "Release x") (full releases only)
framework_docs_SDK_REL_ID:=1

Expand Down

0 comments on commit 1134de0

Please sign in to comment.