commit | 59edf4b8f09d02c10fa87831573151c6b99c3149 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Thu Jun 17 12:48:18 2021 -0700 |
committer | Alan Stokes <alanstokes@google.com> | Tue Jun 22 08:13:48 2021 +0000 |
tree | b735be53783cb6945f281516c251212cfd7e26aa | |
parent | 156a8618372cda12eaff321c545d9126df225c0d [diff] |
dex2oat: don't prune dex if passed as FD dex2oat prunes a dex file from its internal record if the file does not exist on the file path. This change avoids the pruning in case if the dex is passed as FD. Bug: 186132447 Test: odrefresh --use-compilation-os=10 --force-compile # complete successfully with other changes Test: TH Change-Id: I7dd2f0d1e100e465c2424eb36cb2d94da1e69001