am 795b6e42: Merge "add -since flag for api level 19 to filter javadocs" into klp-dev

* commit '795b6e42c8d6953a44a3ea57c880aa5a2b890426':
  add -since flag for api level 19 to filter javadocs
This commit is contained in:
Scott Main
2013-10-04 13:44:59 -07:00
committed by Android Git Automerger

View File

@@ -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