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

Commit e5bd8dcd authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Sort output in dump-files"

am: c6434d43

Change-Id: Ic5309914ad379bdde49885dde65e7a4ceebf3081
parents bff53580 c6434d43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1531,7 +1531,7 @@ dump-products:
.PHONY: dump-files
dump-files:
	$(info product_FILES for $(TARGET_DEVICE) ($(INTERNAL_PRODUCT)):)
	$(foreach p,$(product_FILES),$(info :   $(p)))
	$(foreach p,$(sort $(product_FILES)),$(info :   $(p)))
	@echo Successfully dumped product file list

.PHONY: nothing