Merge "Turn unusual tags into errors" am: 57d78295ef

am: 46383ef613

Change-Id: I57115c2d083bff69f4f1708267e115a50e6db4e3
This commit is contained in:
Dan Willemsen 2017-11-10 21:56:59 +00:00 committed by android-build-merger
commit 45cb80f2b0
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.