forked from openkylin/platform_build
Create more shortcut phony targets
Create shortcut phony targets for the host and device halves of modules. Change-Id: I1cf3a49118db830d78a1b83b2177715175949871
This commit is contained in:
parent
049dd57872
commit
b43204b2ac
|
@ -550,6 +550,7 @@ $(j_or_n) $(h_or_t) $(j_or_n)-$(h_or_t) : $(my_checked_module)
|
|||
ifneq (,$(filter $(my_module_tags),tests))
|
||||
$(j_or_n)-$(h_or_t)-tests $(j_or_n)-tests $(h_or_t)-tests : $(my_checked_module)
|
||||
endif
|
||||
$(LOCAL_MODULE)-$(h_or_t) : $(LOCAL_BUILT_MODULE) $(LOCAL_INSTALLED_MODULE)
|
||||
endif
|
||||
|
||||
###########################################################
|
||||
|
|
Loading…
Reference in New Issue