summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2022-11-22 10:26:16 -0800
committerTri Vo <trong@google.com>2022-12-20 13:51:14 +0000
commit3ab6f05ef69213ff00c3f2c47b5e11ec18eacf6d (patch)
tree1ce59db4c167c974784b1b55952873572add6497 /identity/Android.bp
parent95101bd63cd2b5b805209b85a34922615e3583b1 (diff)
downloadsecurity-3ab6f05ef69213ff00c3f2c47b5e11ec18eacf6d.tar.gz
identity: Migrate to RKPD for attestation keys
Bug: 261214100 Test: TBD Change-Id: I760ba8c23be0889e7d01ac6c1513eba348ff96b2
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp22
1 files changed, 13 insertions, 9 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index 9117b7f2..7b816855 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -32,35 +32,39 @@ cc_binary {
],
srcs: [
- "main.cpp",
- "CredentialStore.cpp",
- "CredentialStoreFactory.cpp",
- "WritableCredential.cpp",
"Credential.cpp",
"CredentialData.cpp",
+ "CredentialStore.cpp",
+ "CredentialStoreFactory.cpp",
+ "RemotelyProvisionedKey.cpp",
"Session.cpp",
"Util.cpp",
+ "WritableCredential.cpp",
+ "main.cpp",
],
init_rc: ["credstore.rc"],
shared_libs: [
+ "android.hardware.identity-support-lib",
+ "android.hardware.keymaster@4.0",
+ "android.security.authorization-ndk",
+ "android.security.remoteprovisioning-cpp",
"libbase",
"libbinder",
"libbinder_ndk",
- "android.hardware.keymaster@4.0",
"libcredstore_aidl",
"libcrypto",
- "libutils",
"libhidlbase",
- "android.hardware.identity-support-lib",
"libkeymaster4support",
"libkeystore-attestation-application-id",
- "android.security.authorization-ndk",
- "android.security.remoteprovisioning-cpp",
+ "libutils",
"libutilscallstack",
+ "libvintf",
+ "server_configurable_flags",
],
static_libs: [
"android.hardware.security.rkp-V3-cpp",
"android.hardware.keymaster-V3-cpp",
+ "android.security.rkp_aidl-cpp",
"libcppbor_external",
],
}