From 12c50e0ed0936a45df7cad6e10e08222b5c6d416 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Wed, 8 Oct 2014 16:23:34 -0700 Subject: [PATCH] update droiddoc option to include api level 21 for javadoc tagging Change-Id: Ifdb09267b0cdab4cd89aaea455de6270481ff230 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index b3236505eb49e..7fa0e877b53aa 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