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

Commit 17470c1f authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Create more shortcut phony targets" am: 44303e9f am: dc562686 am: 1a276819

am: 825ea362

Change-Id: I9a2986a714493d3a51920977269a247d3596829d
parents 19b2ea86 825ea362
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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))
ifneq (,$(filter $(my_module_tags),tests))
$(j_or_n)-$(h_or_t)-tests $(j_or_n)-tests $(h_or_t)-tests : $(my_checked_module)
$(j_or_n)-$(h_or_t)-tests $(j_or_n)-tests $(h_or_t)-tests : $(my_checked_module)
endif
endif
$(LOCAL_MODULE)-$(h_or_t) : $(LOCAL_BUILT_MODULE) $(LOCAL_INSTALLED_MODULE)
endif
endif


###########################################################
###########################################################