diff options
Diffstat (limited to 'dex2oat/dex2oat.cc')
| -rw-r--r-- | dex2oat/dex2oat.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index 50785c5fce..d901c01fc8 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -186,7 +186,8 @@ static std::string StrippedCommandLine() { // Construct the final output. if (command.size() <= 1U) { - // It seems only "/system/bin/dex2oat" is left, or not even that. Use a pretty line. + // It seems only "/apex/com.android.runtime/bin/dex2oat" is left, or not + // even that. Use a pretty line. return "Starting dex2oat."; } return android::base::Join(command, ' '); |