From b43204b2ace019f81efbb535e18a65e9022273d1 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 30 Aug 2016 16:16:32 -0700 Subject: [PATCH] Create more shortcut phony targets Create shortcut phony targets for the host and device halves of modules. Change-Id: I1cf3a49118db830d78a1b83b2177715175949871 --- core/base_rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/base_rules.mk b/core/base_rules.mk index 9bb368b51..e510b01a0 100644 --- a/core/base_rules.mk +++ b/core/base_rules.mk @@ -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 ########################################################### -- 2.11.0