am 6e8b268d
: Fail the build when using a user tag on a non-legacy module. do not merge
Merge commit '6e8b268dec3cc38151dfd0514621219b79a30fa9' into gingerbread-plus-aosp * commit '6e8b268dec3cc38151dfd0514621219b79a30fa9': Fail the build when using a user tag on a non-legacy module. do not merge
This commit is contained in:
commit
e893cd2d5e
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ endif
|
|||
|
||||
ifneq ($(filter $(LOCAL_MODULE_TAGS),user),)
|
||||
ifeq ($(filter $(GRANDFATHERED_USER_MODULES),$(LOCAL_MODULE)),)
|
||||
$(warning using user tag on $(LOCAL_MODULE) at $(LOCAL_PATH))
|
||||
$(warning *** Module name: $(LOCAL_MODULE))
|
||||
$(warning *** Makefile location: $(LOCAL_PATH))
|
||||
$(error user tag detected on new module - user tags are only supported on legacy modules)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue