diff options
| author | 2020-01-29 16:52:50 -0800 | |
|---|---|---|
| committer | 2020-01-29 16:56:37 -0800 | |
| commit | d63c9a7fc10ad18e212cf47527ad065d5ef5681b (patch) | |
| tree | adc1536d7694098c3a343d5f0d9b2766d7c8400b /python/tests/py-cmd_test.py | |
| parent | 5e0dbe4e3e39e82f74a88cc55d823e10e3b85b62 (diff) | |
Allocate OutputPath.String in PathForOutput
In an AOSP aosp_blueline-userdebub build, OutputPath.String was
allocating 802MB of strings in filepath.Join to prepend the
out dir to each path.  Allocate the joined string in PathForOutput
instead, which results in ~57MB of new allocations in PathForOutput
but no allocations in OutputPath.String.
Test: all soong tests
Change-Id: Id452e0c46a2aeda71bfac11a227bb6edb8e3523d
Diffstat (limited to 'python/tests/py-cmd_test.py')
0 files changed, 0 insertions, 0 deletions