Merge "Turn unusual tags into errors"

am: 57d78295ef

Change-Id: Ib676947207aa1c6b6494f0d924ebd40d94c82a64
This commit is contained in:
Dan Willemsen 2017-11-10 21:53:23 +00:00 committed by android-build-merger
commit 46383ef613
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ endif
# makefiles. Anything else is either a typo or a source of unexpected
# behaviors.
ifneq ($(filter-out debug eng tests optional samples,$(my_module_tags)),)
$(call pretty-warning,unusual tags $(my_module_tags))
$(call pretty-error,unusual tags: $(filter-out debug eng tests optional samples,$(my_module_tags)))
endif
# Add implicit tags.