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

Commit e47e3d30 authored by Jayant Chowdhary's avatar Jayant Chowdhary Committed by android-build-merger
Browse files

Merge "Collect all lsdump paths and write them to $(OUT_DIR)." am: 1fa15d74

am: 210dc901

Change-Id: Ib589fa0c952eaa0cdf762c7cc550e6ed9714203c
parents abe02acc 210dc901
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -3230,3 +3230,9 @@ include $(BUILD_SYSTEM)/product-graph.mk
ifneq ($(sdk_repo_goal),)
ifneq ($(sdk_repo_goal),)
include $(TOPDIR)development/build/tools/sdk_repo.mk
include $(TOPDIR)development/build/tools/sdk_repo.mk
endif
endif

#------------------------------------------------------------------
# Find lsdump paths
FIND_LSDUMPS_FILE := $(PRODUCT_OUT)/lsdump_paths.txt
$(FIND_LSDUMPS_FILE) : $(LSDUMP_PATHS)
	$(hide) rm -rf $@ && echo "$^" > $@
+3 −0
Original line number Original line Diff line number Diff line
@@ -1258,6 +1258,9 @@ endif # samplecode in $(MAKECMDGOALS)
.PHONY: findbugs
.PHONY: findbugs
findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)
findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)


.PHONY: findlsdumps
findlsdumps: $(FIND_LSDUMPS_FILE)

#xxx scrape this from ALL_MODULE_NAME_TAGS
#xxx scrape this from ALL_MODULE_NAME_TAGS
.PHONY: modules
.PHONY: modules
modules:
modules: