Merge "Refine dump-files" am: 7c16b443c3
Original change: https://android-review.googlesource.com/c/platform/build/+/1362417 Change-Id: I80254a7e0d2e67bb462705dce8c667a8f6e21ec3
This commit is contained in:
commit
3241e51595
|
@ -1819,9 +1819,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:
|
||||
|
|
Loading…
Reference in New Issue