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

Commit 042dd0f7 authored by Jeff Pu's avatar Jeff Pu Committed by Automerger Merge Worker
Browse files

Merge "Remove AIDL extension from default fingerprint interface" into main am: 5b71490d

parents 55b2f866 5b71490d
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);