From bc654d0cbb4f45057f9482ad81cb613386bbce34 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 7 Nov 2016 16:23:11 +0000 Subject: Rename vdex-fd to output-vdex-fd, add input-vdex-fd. In preparation for installd changes around vdex. bug:30937355 Test: device boots, oat_file_assistant_test Change-Id: I7eba67f278a03d77b3e66fd24a96fbfd442db678 --- runtime/oat_file_assistant.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/oat_file_assistant.cc') diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index ff00451343..0679360a15 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -595,7 +595,7 @@ OatFileAssistant::GenerateOatFile(std::string* error_msg) { std::vector args; args.push_back("--dex-file=" + dex_location_); - args.push_back("--vdex-fd=" + std::to_string(vdex_file->Fd())); + args.push_back("--output-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); -- cgit v1.2.3-59-g8ed1b