summaryrefslogtreecommitdiff
path: root/biometrics/face/aidl/default/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'biometrics/face/aidl/default/main.cpp')
-rw-r--r--biometrics/face/aidl/default/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/biometrics/face/aidl/default/main.cpp b/biometrics/face/aidl/default/main.cpp
index 80b153ea1f..b7274e386a 100644
--- a/biometrics/face/aidl/default/main.cpp
+++ b/biometrics/face/aidl/default/main.cpp
@@ -29,7 +29,7 @@ int main() {
const std::string instance = std::string(Face::descriptor) + "/default";
binder_status_t status = AServiceManager_addService(hal->asBinder().get(), instance.c_str());
- CHECK(status == STATUS_OK);
+ CHECK_EQ(status, STATUS_OK);
ABinderProcess_joinThreadPool();
return EXIT_FAILURE; // should not reach