summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorMax Bires <jbires@google.com>2021-03-11 00:44:06 -0800
committerMax Bires <jbires@google.com>2021-04-05 17:51:43 -0700
commit5bb33f46386d49cbe95e9a9ac1993625b526fb42 (patch)
tree2a79563cf45a3e8c8243e2ea2a7219afd103a4d5 /identity/Android.bp
parent80ca190d33203d60aaf94ecda337127c313f7fea (diff)
downloadsecurity-5bb33f46386d49cbe95e9a9ac1993625b526fb42.tar.gz
Changing libcppbor dependency
This change replaces libcppbor with libcppbor_external as part of the effort to remove the partial libcppbor copy that lives in hardware/interfaces. Bug: 182445123 Test: It builds Change-Id: I9c96cdf807979ecf806c80edd3cec9c443294c22
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index d66f4ec8..8267a6b1 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -42,6 +42,7 @@ cc_binary {
"libbinder_ndk",
"android.hardware.keymaster@4.0",
"libcredstore_aidl",
+ "libcrypto",
"libutils",
"libhidlbase",
"android.hardware.identity-support-lib",
@@ -53,7 +54,7 @@ cc_binary {
static_libs: [
"android.hardware.identity-V3-cpp",
"android.hardware.keymaster-V3-cpp",
- "libcppbor",
+ "libcppbor_external",
]
}