Skip to content

Commit a286026

Browse files
committed
update make file with 'since' tag for api level 16, update version number
Change-Id: I30d04dcde5cd505959d94c274634018b3602cb26
1 parent 4dd21c8 commit a286026

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
@@ -412,6 +412,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
412412
-since ./frameworks/base/api/13.xml 13 \
413413
-since ./frameworks/base/api/14.txt 14 \
414414
-since ./frameworks/base/api/15.txt 15 \
415+
-since ./frameworks/base/api/16.txt 16 \
415416
-werror -hide 113 \
416417
-overview $(LOCAL_PATH)/core/java/overview.html
417418

@@ -522,7 +523,7 @@ web_docs_sample_code_flags := \
522523

523524
## SDK version identifiers used in the published docs
524525
# major[.minor] version for current SDK. (full releases only)
525-
framework_docs_SDK_VERSION:=4.0
526+
framework_docs_SDK_VERSION:=4.1
526527
# release version (ie "Release x") (full releases only)
527528
framework_docs_SDK_REL_ID:=1
528529

0 commit comments

Comments
 (0)