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

Commit 7c945d24 authored by Joe Onorato's avatar Joe Onorato Committed by android code review
Browse files

Merge "Make error a warning for now"

parents f72e34eb aa816333
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -515,7 +515,8 @@ ifeq ($(LOCAL_IS_HOST_MODULE),true)
    ALL_HOST_INSTALLED_FILES += $(LOCAL_INSTALLED_MODULE)
  endif
  ifneq ($(filter debug eng tests, $(LOCAL_MODULE_TAGS)),)
    $(error $(LOCAL_MODULE_MAKEFILE): Module "$(LOCAL_MODULE)" has useless module tags: $(filter debug eng tests, $(LOCAL_MODULE_TAGS)). It will be installed anyway.)
    $(warning $(LOCAL_MODULE_MAKEFILE): Module "$(LOCAL_MODULE)" has useless module tags: $(filter debug eng tests, $(LOCAL_MODULE_TAGS)). It will be installed anyway.)
    LOCAL_MODULE_TAGS := $(filter-out debug eng tests, $(LOCAL_MODULE_TAGS))
  endif
endif