diff options
| author | 2016-07-14 16:50:52 -0700 | |
|---|---|---|
| committer | 2016-07-14 16:53:55 -0700 | |
| commit | 09b710c6e3e496edb2ff0312eb59d10ba53f3922 (patch) | |
| tree | 59e872a516d8012b704468afd915889d4efa1cbf | |
| parent | b55ad7c146fbb7ca5995ff54dc655241fc54a3b3 (diff) | |
ART: Fix build break
Build break introduced by mismatch from merges.
Bug: 28251566
(cherry picked from commit a472e4fd6260740af230bab7be5740d8c7bac360)
Test: m test-art-host
Change-Id: I83a333dd7394af630c5a79153d4838eb3a910714
| -rw-r--r-- | runtime/native/dalvik_system_DexFile.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/native/dalvik_system_DexFile.cc b/runtime/native/dalvik_system_DexFile.cc index f2c23e2a48..b2349fc23c 100644 --- a/runtime/native/dalvik_system_DexFile.cc +++ b/runtime/native/dalvik_system_DexFile.cc @@ -577,7 +577,6 @@ static jstring DexFile_getDexFileOutputPath(JNIEnv* env, OatFileAssistant oat_file_assistant(filename.c_str(), target_instruction_set, - false /* profile_changed */, false /* load_executable */); std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile(); |