diff options
| author | 2013-10-03 16:46:53 -0700 | |
|---|---|---|
| committer | 2013-10-03 16:46:53 -0700 | |
| commit | 49551ad60b17ab05cb1ab70f528c6fd1dcac1ad1 (patch) | |
| tree | d8a248f40777ec47ede07e3ca4dad486991a05fe | |
| parent | 76a5c86df7902870c87ff07ffd0628cb10f32c00 (diff) | |
add -since flag for api level 19 to filter javadocs
Change-Id: I96e7e31f93b1e3c3877a342b84fb069bda5d92e3
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 49dc6af164d6..8bc4d5d9f908 100644 --- a/Android.mk +++ b/Android.mk @@ -523,6 +523,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since $(SRC_API_DIR)/16.txt 16 \ -since $(SRC_API_DIR)/17.txt 17 \ -since $(SRC_API_DIR)/18.txt 18 \ + -since $(SRC_API_DIR)/19.txt 19 \ -werror -hide 113 \ -overview $(LOCAL_PATH)/core/java/overview.html |