We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd21c8 commit a286026Copy full SHA for a286026
Android.mk
@@ -412,6 +412,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
412
-since ./frameworks/base/api/13.xml 13 \
413
-since ./frameworks/base/api/14.txt 14 \
414
-since ./frameworks/base/api/15.txt 15 \
415
+ -since ./frameworks/base/api/16.txt 16 \
416
-werror -hide 113 \
417
-overview $(LOCAL_PATH)/core/java/overview.html
418
@@ -522,7 +523,7 @@ web_docs_sample_code_flags := \
522
523
524
## SDK version identifiers used in the published docs
525
# major[.minor] version for current SDK. (full releases only)
-framework_docs_SDK_VERSION:=4.0
526
+framework_docs_SDK_VERSION:=4.1
527
# release version (ie "Release x") (full releases only)
528
framework_docs_SDK_REL_ID:=1
529
0 commit comments