From 387187d179654b8281e0a0b58a03bb6cbb539ca6 Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Thu, 28 Mar 2024 20:42:37 -0600 Subject: [PATCH] Remove unnecessary "_external" suffix from libcppbor Test: Build Change-Id: If61f49d36ea954f8385012172d454cc803141a60 --- identity/Android.bp | 2 +- provisioner/Android.bp | 2 +- 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",