Specify version for aidl_interface explicitly
Bug: 150578172
Test: m
Change-Id: I5101d318c40268af8b8965910c0ff9d621f96740
diff --git a/identity/Android.bp b/identity/Android.bp
index dd61930..e6d77c8 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -39,8 +39,8 @@
"libkeystore-attestation-application-id",
],
static_libs: [
- "android.hardware.identity-unstable-cpp",
- "android.hardware.keymaster-unstable-cpp",
+ "android.hardware.identity-V3-cpp",
+ "android.hardware.keymaster-V3-cpp",
"libcppbor",
]
}