summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-29 21:18:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-29 21:18:28 +0000
commit2fc36745c1ee670e471294a89130d95c2675ab85 (patch)
tree42ea12d5f7f45d925c87cc55eba1c11812f1cd21
parent5eb0727bc07323bf6f93dd9b5c03c0efab3c0626 (diff)
parent387187d179654b8281e0a0b58a03bb6cbb539ca6 (diff)
downloadsecurity-2fc36745c1ee670e471294a89130d95c2675ab85.tar.gz
Merge "Remove unnecessary "_external" suffix from libcppbor" into main
-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",