am 495f6840
: In apps_only build dist a module only if it has a BUILT file.
* commit '495f68402493de82606b8c06213bae5bb1156a8b': In apps_only build dist a module only if it has a BUILT file.
This commit is contained in:
@@ -819,7 +819,7 @@ ifneq ($(TARGET_BUILD_APPS),)
|
||||
# For uninstallable modules such as static Java library, we have to dist the built file,
|
||||
# as <module_name>.<suffix>
|
||||
apps_only_dist_built_files := $(foreach m,$(unbundled_build_modules),$(if $(ALL_MODULES.$(m).INSTALLED),,\
|
||||
$(ALL_MODULES.$(m).BUILT):$(m)$(suffix $(ALL_MODULES.$(m).BUILT))))
|
||||
$(if $(ALL_MODULES.$(m).BUILT),$(ALL_MODULES.$(m).BUILT):$(m)$(suffix $(ALL_MODULES.$(m).BUILT)))))
|
||||
$(call dist-for-goals,apps_only, $(apps_only_dist_built_files))
|
||||
|
||||
ifeq ($(EMMA_INSTRUMENT),true)
|
||||
|
Reference in New Issue
Block a user