Skip to content

Commit

Permalink
Trace time spent in cp rules for dist targets.
Browse files Browse the repository at this point in the history
Bug: http://b/259130368
Test: Used patched soong_trace.py to measure this
Change-Id: Ic85e35ad17b18fb316770cdebc3e01f45edfab44
  • Loading branch information
DanAlbert committed Jun 26, 2023
1 parent 617597c commit fd5f1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/distdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $(foreach pair,$(DIST_GOAL_OUTPUT_PAIRS), \
$(eval _dist_$$(goal):)))

define copy-one-dist-file
$(2): .KATI_TAGS += ;rule_name=dist-cp
$(2): $(1)
@echo "Dist: $$@"
rm -f $$@
Expand Down

0 comments on commit fd5f1e7

Please sign in to comment.