summaryrefslogtreecommitdiff
path: root/runtime/native/dalvik_system_DexFile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/native/dalvik_system_DexFile.cc')
-rw-r--r--runtime/native/dalvik_system_DexFile.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/native/dalvik_system_DexFile.cc b/runtime/native/dalvik_system_DexFile.cc
index 37a524b66d..d2b5edf333 100644
--- a/runtime/native/dalvik_system_DexFile.cc
+++ b/runtime/native/dalvik_system_DexFile.cc
@@ -576,10 +576,12 @@ static jint GetDexOptNeeded(JNIEnv* env,
return OatFileAssistant::kNoDexOptNeeded;
}
+ std::vector<int> context_fds;
return oat_file_assistant.GetDexOptNeeded(filter,
+ context.get(),
+ context_fds,
profile_changed,
- downgrade,
- context.get());
+ downgrade);
}
static jstring DexFile_getDexFileStatus(JNIEnv* env,