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

Commit 5b1c54f4 authored by Yo Chiang's avatar Yo Chiang Committed by Automerger Merge Worker
Browse files

Merge "Refine dump-files" am: 7c16b443 am: 3241e515 am: 204ba629 am: c5ab5f1e

Original change: https://android-review.googlesource.com/c/platform/build/+/1362417

Change-Id: I60434f06179f08d61a193148c15f2c40737f69ae
parents e5560b42 c5ab5f1e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1823,9 +1823,9 @@ modules:

.PHONY: dump-files
dump-files:
	$(info product_target_FILES for $(TARGET_DEVICE) ($(INTERNAL_PRODUCT)):)
	$(foreach p,$(sort $(product_target_FILES)),$(info :   $(p)))
	@echo Successfully dumped product file list
	@echo "Target files for $(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT) ($(INTERNAL_PRODUCT)):"
	@echo $(sort $(patsubst $(PRODUCT_OUT)/%,%,$(filter $(PRODUCT_OUT)/%,$(modules_to_install)))) | tr -s ' ' '\n'
	@echo Successfully dumped product target file list.

.PHONY: nothing
nothing: