Loading cmds/installd/commands.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -1670,11 +1670,6 @@ int dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* ins } else if (dexopt_needed == DEXOPT_DEX2OAT_NEEDED) { // Pass dex2oat the relative path to the input file. const char *input_file_name = get_location_from_path(input_file); if (input_file_name == NULL) { input_file_name = input_file; } else { input_file_name++; } run_dex2oat(input_fd.get(), out_fd.get(), image_fd.get(), Loading Loading
cmds/installd/commands.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -1670,11 +1670,6 @@ int dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* ins } else if (dexopt_needed == DEXOPT_DEX2OAT_NEEDED) { // Pass dex2oat the relative path to the input file. const char *input_file_name = get_location_from_path(input_file); if (input_file_name == NULL) { input_file_name = input_file; } else { input_file_name++; } run_dex2oat(input_fd.get(), out_fd.get(), image_fd.get(), Loading