Revert "Rename vdex-fd to output-vdex-fd, add input-vdex-fd."
Mishandled create_vdex_filename in installd.
This reverts commit bc654d0cbb4f45057f9482ad81cb613386bbce34.
Change-Id: I78f8fcd1c63133624f5bba01864ab858da0451d1
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc
index 0679360..ff00451 100644
--- a/runtime/oat_file_assistant.cc
+++ b/runtime/oat_file_assistant.cc
@@ -595,7 +595,7 @@
std::vector<std::string> args;
args.push_back("--dex-file=" + dex_location_);
- args.push_back("--output-vdex-fd=" + std::to_string(vdex_file->Fd()));
+ args.push_back("--vdex-fd=" + std::to_string(vdex_file->Fd()));
args.push_back("--oat-fd=" + std::to_string(oat_file->Fd()));
args.push_back("--oat-location=" + oat_file_name);