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

Commit 2b9e5aa0 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Update TestHal together with AIDL change

Bug: 173432893
Test: Builds
Change-Id: Ic2e2beaf5748927cfcad69a26f0da6e40d770f95
parent 1baf2aa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class TestHal extends IFingerprint.Stub {
            }

            @Override
            public void invalidateAuthenticatorId(int cookie, HardwareAuthToken hat) {
            public void invalidateAuthenticatorId(int cookie) {

            }

+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ class TestSession extends ISession.Stub {
    }

    @Override
    public void invalidateAuthenticatorId(int cookie, HardwareAuthToken hat) {
    public void invalidateAuthenticatorId(int cookie) {

    }