summaryrefslogtreecommitdiff
path: root/runtime/dexopt_test.cc
diff options
context:
space:
mode:
author Jiakai Zhang <jiakaiz@google.com> 2025-02-14 06:17:42 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-02-14 06:17:42 -0800
commit7a1149b0e29a40dc88562775d76d70eb8c102510 (patch)
treeaced34a19d60367f8f43439262c286a544fff36c /runtime/dexopt_test.cc
parentb6c6f642fb40465fd3fbc457237d50d0e226da86 (diff)
parent3f48beac60b8d9eee6dca3fe3897730fb69731af (diff)
Refactor OatFileAssistant - Step 3. am: 1802832343 am: 3f48beac60
Original change: https://android-review.googlesource.com/c/platform/art/+/3475953 Change-Id: I9943aa8fb3e46438eccb11571db77578094a94cd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'runtime/dexopt_test.cc')
-rw-r--r--runtime/dexopt_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dexopt_test.cc b/runtime/dexopt_test.cc
index edb28823c7..40e10142d7 100644
--- a/runtime/dexopt_test.cc
+++ b/runtime/dexopt_test.cc
@@ -169,7 +169,7 @@ void DexoptTest::GenerateOatForTest(const std::string& dex_location,
context.get(),
/*load_executable=*/false);
- bool match = oat_file_assistant.ValidateBootClassPathChecksums(*odex_file);
+ bool match = oat_file_assistant.ValidateBootClassPathChecksums(*odex_file, &error_msg);
ASSERT_EQ(!with_alternate_image, match) << error_msg;
}
}