Skip to content

Commit 053644d

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "add api level 17 to javadoc filter and update version number" into jb-mr1-dev
2 parents 59adf04 + 1134de0 commit 053644d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Android.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
429429
-since ./frameworks/base/api/14.txt 14 \
430430
-since ./frameworks/base/api/15.txt 15 \
431431
-since ./frameworks/base/api/16.txt 16 \
432+
-since ./frameworks/base/api/17.txt 17 \
432433
-werror -hide 113 \
433434
-overview $(LOCAL_PATH)/core/java/overview.html
434435

@@ -539,7 +540,7 @@ web_docs_sample_code_flags := \
539540

540541
## SDK version identifiers used in the published docs
541542
# major[.minor] version for current SDK. (full releases only)
542-
framework_docs_SDK_VERSION:=4.1
543+
framework_docs_SDK_VERSION:=4.2
543544
# release version (ie "Release x") (full releases only)
544545
framework_docs_SDK_REL_ID:=1
545546

0 commit comments

Comments
 (0)