Remove unnecessary "_external" suffix from libcppbor
Test: Build Change-Id: I8e4d65bafe9d4b4bbc576c8c9c995bddf0a957a2
This commit is contained in:
@@ -26,7 +26,7 @@ cc_binary {
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"libcppbor_external",
|
||||
"libcppbor",
|
||||
"libcrypto",
|
||||
"libkeymaster_portable",
|
||||
"libkeymint",
|
||||
|
||||
@@ -62,7 +62,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libcppbor_external \
|
||||
libcppbor \
|
||||
libcrypto \
|
||||
libdl \
|
||||
libbinder_ndk \
|
||||
|
||||
@@ -20,7 +20,7 @@ cc_binary {
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcppbor_external",
|
||||
"libcppbor",
|
||||
"libcppcose_rkp",
|
||||
"libcrypto",
|
||||
"liblog",
|
||||
|
||||
Reference in New Issue
Block a user