Remove unnecessary "_external" suffix from libcppbor

Test: Build
Change-Id: Ied163d1f40c3b86d7b85cae1700310f5cb674e2d
This commit is contained in:
Shawn Willden 2024-03-28 20:42:34 -06:00
parent f814c97702
commit 98125926c1
8 changed files with 12 additions and 12 deletions

View file

@ -36,7 +36,7 @@ cc_library_static {
],
static_libs: [
"libbase",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libutils",
"libsoft_attestation_cert",
@ -102,7 +102,7 @@ cc_binary {
],
static_libs: [
"libbase",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libutils",
"libsoft_attestation_cert",
@ -146,7 +146,7 @@ cc_test {
],
static_libs: [
"libbase",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libutils",
"libsoft_attestation_cert",

View file

@ -42,7 +42,7 @@ cc_test {
"android.hardware.security.rkp-V3-cpp",
"android.hardware.security.rkp-V3-ndk",
"android.hardware.security.secureclock-V1-ndk",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libkeymaster_portable",
"libkeymint_vts_test_utils",

View file

@ -36,7 +36,7 @@ cc_defaults {
"libpuresoftkeymasterdevice",
],
static_libs: [
"libcppbor_external",
"libcppbor",
],
}
@ -70,7 +70,7 @@ cc_test {
],
static_libs: [
"android.hardware.identity-support-lib",
"libcppbor_external",
"libcppbor",
"libgmock",
],
test_suites: ["general-tests"],

View file

@ -30,7 +30,7 @@ cc_binary {
"android.hardware.security.secureclock-V1-ndk",
"libbase",
"libbinder_ndk",
"libcppbor_external",
"libcppbor",
"libcrypto",
"libkeymaster_portable",
"libkeymint",

View file

@ -45,7 +45,7 @@ cc_defaults {
"android.hardware.security.secureclock-V1-ndk",
"libavb_user",
"libavb",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libfs_mgr",
"libjsoncpp",

View file

@ -41,7 +41,7 @@ cc_benchmark {
],
static_libs: [
"android.hardware.security.secureclock-V1-ndk",
"libcppbor_external",
"libcppbor",
"libchrome",
],
}

View file

@ -72,7 +72,7 @@ cc_library {
shared_libs: [
"libbase",
"libbinder_ndk",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libcrypto",
"libkeymaster_portable",
@ -94,7 +94,7 @@ cc_test {
],
shared_libs: [
"libbase",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libcrypto",
"libjsoncpp",

View file

@ -32,7 +32,7 @@ cc_test {
"libcrypto",
],
static_libs: [
"libcppbor_external",
"libcppbor",
"libgmock_ndk",
"libkeymint_vts_test_utils",
],