summaryrefslogtreecommitdiff
path: root/dex2oat/common_transaction_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dex2oat/common_transaction_test.cc')
-rw-r--r--dex2oat/common_transaction_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dex2oat/common_transaction_test.cc b/dex2oat/common_transaction_test.cc
index d24acd575d..cd0671de4d 100644
--- a/dex2oat/common_transaction_test.cc
+++ b/dex2oat/common_transaction_test.cc
@@ -33,6 +33,7 @@ class CommonTransactionTestCompilerCallbacks : public CompilerCallbacks {
void AddUncompilableMethod([[maybe_unused]] MethodReference ref) override {}
void AddUncompilableClass([[maybe_unused]] ClassReference ref) override {}
void ClassRejected([[maybe_unused]] ClassReference ref) override {}
+ bool IsUncompilableMethod([[maybe_unused]] MethodReference ref) override { return false; }
verifier::VerifierDeps* GetVerifierDeps() const override { return nullptr; }