aboutsummaryrefslogtreecommitdiff
path: root/tests/aidl_test_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aidl_test_service.cpp')
-rw-r--r--tests/aidl_test_service.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/aidl_test_service.cpp b/tests/aidl_test_service.cpp
index 373afbd5..22cd42b2 100644
--- a/tests/aidl_test_service.cpp
+++ b/tests/aidl_test_service.cpp
@@ -298,6 +298,8 @@ class NativeService : public BnTestService {
Status TestOneway() override { return Status::fromStatusT(android::UNKNOWN_ERROR); }
+ Status Deprecated() override { return Status::ok(); }
+
Status RepeatBoolean(bool token, bool* _aidl_return) override {
LogRepeatedToken(token ? 1 : 0);
*_aidl_return = token;