Remove unnecessary "_external" suffix from libcppbor

Test: Build
Change-Id: I8e4d65bafe9d4b4bbc576c8c9c995bddf0a957a2
This commit is contained in:
Shawn Willden
2024-04-01 10:24:45 -06:00
parent 6033e52b3d
commit 688a572357
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ cc_binary {
],
shared_libs: [
"libbase",
"libcppbor_external",
"libcppbor",
"libcppcose_rkp",
"libcrypto",
"liblog",