Skip to content

Commit c88e2b8

Browse files
KRIS CHENAndroid (Google) Code Review
authored andcommitted
Merge "dumputils: correct typo for AIDL fingerprint HAL" into main
2 parents 53333c1 + 1e3650e commit c88e2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/dumputils/dump_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static const std::vector<std::string> aidl_interfaces_to_dump {
101101
"android.hardware.automotive.remoteaccess.IRemoteAccess",
102102
"android.hardware.automotive.vehicle.IVehicle",
103103
"android.hardware.biometrics.face.IBiometricsFace",
104-
"android.hardware.biometrics.fingerprint.IBiometricsFingerprint",
104+
"android.hardware.biometrics.fingerprint.IFingerprint",
105105
"android.hardware.camera.provider.ICameraProvider",
106106
"android.hardware.drm.IDrmFactory",
107107
"android.hardware.graphics.allocator.IAllocator",

0 commit comments

Comments
 (0)