diff options
author | 2020-07-13 21:02:21 +0800 | |
---|---|---|
committer | 2020-07-14 18:30:34 +0800 | |
commit | 561efbc1fbc68973743859fe329e67f1b94a4cc0 (patch) | |
tree | 8b22698ae89bdec129cb8a4e64334bab7ebcee59 /tools/extract_kernel.py | |
parent | 4a2e443ec2d4452632d2fa67132d6e4df34d0915 (diff) |
Refine dump-files
Dump $(modules_to_install) instead of $(product_target_FILES) to get a
more complete list of target files.
Use `echo $(modules_to_install) | tr -s ' ' '\n'` instead of
`$(foreach m,$(modules_to_install),$(info $(m)))`.
This way only one `echo` command is emitted instead of emitting `echo`
command for each file. This speeds up the invocation speed tremendously.
Bug: 159195410
Test: m dump-files
Change-Id: I06549cecc64177f1eb5a01e31a55d5eed307fcfd
Diffstat (limited to 'tools/extract_kernel.py')
0 files changed, 0 insertions, 0 deletions