summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2020-02-11 22:08:27 -0500
committerDavid Zeuthen <zeuthen@google.com>2020-02-14 13:41:52 -0500
commita6f9fba382f9ca6c9346494b850bce7aeba9c5f5 (patch)
tree933cf47f9341aa3314fc59e37041e83c7eb85293 /identity/Android.bp
parentc0ef4595c81db55ba45aa969a520c286ab35f1e5 (diff)
downloadsecurity-a6f9fba382f9ca6c9346494b850bce7aeba9c5f5.tar.gz
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
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index ad9bd72d..c0f16359 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -27,8 +27,6 @@ cc_binary {
],
init_rc: ["credstore.rc"],
shared_libs: [
- "android.hardware.identity@1.0",
- "android.hardware.keymaster@4.0",
"libbase",
"libbinder",
"libkeystore_aidl",
@@ -40,6 +38,8 @@ cc_binary {
"libkeystore-attestation-application-id",
],
static_libs: [
+ "android.hardware.identity-cpp",
+ "android.hardware.keymaster-cpp",
"libcppbor",
]
}