diff options
| author | 2014-10-08 16:23:34 -0700 | |
|---|---|---|
| committer | 2014-10-08 16:23:34 -0700 | |
| commit | 12c50e0ed0936a45df7cad6e10e08222b5c6d416 (patch) | |
| tree | d21273b039946e7c285e81ff0f42e248dfb1dfc9 | |
| parent | a78601dc1929428007fdbb07da0a07ae3fb60bd5 (diff) | |
update droiddoc option to include api level 21 for javadoc tagging
Change-Id: Ifdb09267b0cdab4cd89aaea455de6270481ff230
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index b3236505eb49..7fa0e877b53a 100644 --- a/Android.mk +++ b/Android.mk @@ -631,6 +631,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since $(SRC_API_DIR)/18.txt 18 \ -since $(SRC_API_DIR)/19.txt 19 \ -since $(SRC_API_DIR)/20.txt 20 \ + -since $(SRC_API_DIR)/21.txt 21 \ -werror -hide 111 -hide 113 \ -overview $(LOCAL_PATH)/core/java/overview.html |