Merge "Remove unnecessary "_external" suffix from libcppbor" into main

This commit is contained in:
Treehugger Robot
2024-04-01 18:50:02 +00:00
committed by Android (Google) Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ cc_binary {
"android.hardware.security.rkp-V3-ndk", "android.hardware.security.rkp-V3-ndk",
"libbase", "libbase",
"libbinder_ndk", "libbinder_ndk",
"libcppbor_external", "libcppbor",
"libcrypto", "libcrypto",
"libkeymaster_portable", "libkeymaster_portable",
"libkeymint", "libkeymint",

View File

@@ -62,7 +62,7 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libbase \ libbase \
libcppbor_external \ libcppbor \
libcrypto \ libcrypto \
libdl \ libdl \
libbinder_ndk \ libbinder_ndk \

View File

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