diff options
author | Max Bires <jbires@google.com> | 2021-04-07 11:12:01 -0700 |
---|---|---|
committer | Max Bires <jbires@google.com> | 2021-04-17 18:19:28 -0700 |
commit | 9704ff6b85b97ba8ee4ac5056efa1878024d8e2c (patch) | |
tree | b4dd64d3bb61c50b372837e8c5b6c369ecc5ecb7 /identity | |
parent | 6594b5f1b4a65fb22e12c1c42dad235feb6ae69d (diff) |
Porting IRPC functionality.
This is the change that removes the functionality that has been shifted
over to appropriate classes and contexts in system/keymaster.
Test: atest VtsHalRemotelyProvisionedComponentTargetTest
Change-Id: I491f4ef823868322ea6a804d88ca09662c099a44
Diffstat (limited to 'identity')
-rw-r--r-- | identity/aidl/default/Android.bp | 2 | ||||
-rw-r--r-- | identity/aidl/vts/Android.bp | 1 | ||||
-rw-r--r-- | identity/support/Android.bp | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/identity/aidl/default/Android.bp b/identity/aidl/default/Android.bp index a124b1e9de..7c68aee26d 100644 --- a/identity/aidl/default/Android.bp +++ b/identity/aidl/default/Android.bp @@ -32,6 +32,7 @@ cc_library_static { static_libs: [ "libbase", "libcppbor_external", + "libcppcose_rkp", "libutils", "libsoft_attestation_cert", "libkeymaster_portable", @@ -92,6 +93,7 @@ cc_binary { static_libs: [ "libbase", "libcppbor_external", + "libcppcose_rkp", "libutils", "libsoft_attestation_cert", "libkeymaster_portable", diff --git a/identity/aidl/vts/Android.bp b/identity/aidl/vts/Android.bp index 3592d3e93b..61d15d2d54 100644 --- a/identity/aidl/vts/Android.bp +++ b/identity/aidl/vts/Android.bp @@ -35,6 +35,7 @@ cc_test { ], static_libs: [ "libcppbor_external", + "libcppcose_rkp", "libkeymaster_portable", "libpuresoftkeymasterdevice", "android.hardware.keymaster@4.0", diff --git a/identity/support/Android.bp b/identity/support/Android.bp index 774bc40406..db1a945964 100644 --- a/identity/support/Android.bp +++ b/identity/support/Android.bp @@ -35,6 +35,7 @@ cc_library { "android.hardware.keymaster@4.0", "libcrypto", "libbase", + "libcppcose_rkp", "libhidlbase", "libhardware", "libkeymaster_portable", |