Merge "Check doc comments when you run update-api."

This commit is contained in:
Ying Wang
2014-05-07 18:21:53 +00:00
committed by Android (Google) Code Review

View File

@@ -720,8 +720,9 @@ include $(BUILD_DROIDDOC)
$(full_target): $(framework_built) $(gen)
# Run this for checkbuild
.PHONY: checkbuild
checkbuild: doc-comment-check-docs
# Check comment when you are updating the API
update-api: doc-comment-check-docs
# ==== static html in the sdk ==================================
include $(CLEAR_VARS)