summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2024-03-28 20:42:37 -0600
committerShawn Willden <swillden@google.com>2024-03-28 20:42:37 -0600
commit387187d179654b8281e0a0b58a03bb6cbb539ca6 (patch)
tree42ea12d5f7f45d925c87cc55eba1c11812f1cd21
parent5eb0727bc07323bf6f93dd9b5c03c0efab3c0626 (diff)
downloadsecurity-387187d179654b8281e0a0b58a03bb6cbb539ca6.tar.gz
Remove unnecessary "_external" suffix from libcppbor
Test: Build Change-Id: If61f49d36ea954f8385012172d454cc803141a60
-rw-r--r--identity/Android.bp2
-rw-r--r--provisioner/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index 6227bfe5..a5635321 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -59,7 +59,7 @@ cc_defaults {
"android.hardware.identity-support-lib",
"android.hardware.security.rkp-V3-cpp",
"android.security.rkp_aidl-cpp",
- "libcppbor_external",
+ "libcppbor",
"libcredstore_aidl",
"libkeymaster4support",
"librkp_support",
diff --git a/provisioner/Android.bp b/provisioner/Android.bp
index d0c934da..ede1ae6c 100644
--- a/provisioner/Android.bp
+++ b/provisioner/Android.bp
@@ -39,7 +39,7 @@ cc_defaults {
"android.hardware.drm-V1-ndk",
"android.hardware.security.rkp-V3-ndk",
"libbase",
- "libcppbor_external",
+ "libcppbor",
"libcppcose_rkp",
"libjsoncpp",
"libkeymint_remote_prov_support",