Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3564191 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Turn unusual tags into errors

Test: build/soong/build_test.bash
Change-Id: If68bea3929763747137f8acc4a045933f40f5e17
parent 45e36d65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,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.