Port credstore to IdentityCredential AIDL.
Bug: 111446262
Test: atest android.security.identity.cts
Test: VtsHalIdentityTargetTest
Test: android.hardware.identity-support-lib-test
Change-Id: I338b35f57f2bb7345c3f8f0c608c7a6213a0dc6b
diff --git a/identity/Android.bp b/identity/Android.bp
index ad9bd72..c0f1635 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -27,8 +27,6 @@
],
init_rc: ["credstore.rc"],
shared_libs: [
- "android.hardware.identity@1.0",
- "android.hardware.keymaster@4.0",
"libbase",
"libbinder",
"libkeystore_aidl",
@@ -40,6 +38,8 @@
"libkeystore-attestation-application-id",
],
static_libs: [
+ "android.hardware.identity-cpp",
+ "android.hardware.keymaster-cpp",
"libcppbor",
]
}