forked from openkylin/platform_build
Merge "Collect all lsdump paths and write them to $(OUT_DIR)." am: 1fa15d7491
am: 210dc9010b
Change-Id: Ib589fa0c952eaa0cdf762c7cc550e6ed9714203c
This commit is contained in:
commit
e47e3d302f
|
@ -3230,3 +3230,9 @@ include $(BUILD_SYSTEM)/product-graph.mk
|
|||
ifneq ($(sdk_repo_goal),)
|
||||
include $(TOPDIR)development/build/tools/sdk_repo.mk
|
||||
endif
|
||||
|
||||
#------------------------------------------------------------------
|
||||
# Find lsdump paths
|
||||
FIND_LSDUMPS_FILE := $(PRODUCT_OUT)/lsdump_paths.txt
|
||||
$(FIND_LSDUMPS_FILE) : $(LSDUMP_PATHS)
|
||||
$(hide) rm -rf $@ && echo "$^" > $@
|
||||
|
|
|
@ -1258,6 +1258,9 @@ endif # samplecode in $(MAKECMDGOALS)
|
|||
.PHONY: findbugs
|
||||
findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)
|
||||
|
||||
.PHONY: findlsdumps
|
||||
findlsdumps: $(FIND_LSDUMPS_FILE)
|
||||
|
||||
#xxx scrape this from ALL_MODULE_NAME_TAGS
|
||||
.PHONY: modules
|
||||
modules:
|
||||
|
|
Loading…
Reference in New Issue