Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b71490d authored by Jeff Pu's avatar Jeff Pu Committed by Gerrit Code Review
Browse files

Merge "Remove AIDL extension from default fingerprint interface" into main

parents 1cb0e7f7 f714b41b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ int main(int argc, char** argv) {
        if (strcmp(argv[1], "default") == 0) {
            const std::string instance = std::string(Fingerprint::descriptor) + "/default";
            auto binder = hal->asBinder();
            auto binder_ext = hal_vhal->asBinder();
            CHECK(STATUS_OK == AIBinder_setExtension(binder.get(), binder_ext.get()));
            binder_status_t status =
                    AServiceManager_registerLazyService(binder.get(), instance.c_str());
            CHECK_EQ(status, STATUS_OK);