forked from openkylin/platform_build
am cb031414: Merge "Fix mmma uses like "mmma ./external/apache-harmony""
* commit 'cb0314145956c4f918c961e2ecbdfb97a080ac61': Fix mmma uses like "mmma ./external/apache-harmony"
This commit is contained in:
commit
3d2c90d186
|
@ -885,7 +885,8 @@ ifndef BUILD_MODULES_IN_PATHS
|
|||
all_modules: $(ALL_MODULES)
|
||||
else
|
||||
# BUILD_MODULES_IN_PATHS is a list of paths relative to the top of the tree
|
||||
module_path_patterns := $(foreach p, $(BUILD_MODULES_IN_PATHS),\
|
||||
build_modules_in_paths := $(patsubst ./%,%,$(BUILD_MODULES_IN_PATHS))
|
||||
module_path_patterns := $(foreach p, $(build_modules_in_paths),\
|
||||
$(if $(filter %/,$(p)),$(p)%,$(p)/%))
|
||||
my_all_modules := $(sort $(foreach m, $(ALL_MODULES),$(if $(filter\
|
||||
$(module_path_patterns), $(addsuffix /,$(ALL_MODULES.$(m).PATH))),$(m))))
|
||||
|
|
Loading…
Reference in New Issue