V3 is the latest keymaster HAL interface

Ignore-AOSP-First: part of TM API freeze
Bug: 225941299
Test: m
Change-Id: I56f8f46b5216a0105a918dc58ae329f8a6acafe6
diff --git a/identity/Android.bp b/identity/Android.bp
index c69ead1..b3b704f 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -59,7 +59,7 @@
     ],
     static_libs: [
         "android.hardware.identity-V4-cpp",
-        "android.hardware.keymaster-V4-cpp",
+        "android.hardware.keymaster-V3-cpp",
         "libcppbor_external",
     ],
 }