Merge "Setting libcppcose to host supported."

This commit is contained in:
Treehugger Robot
2021-04-08 05:03:45 +00:00
committed by Gerrit Code Review

View File

@@ -66,6 +66,7 @@ cc_library {
cc_library {
name: "libcppcose",
vendor_available: true,
host_supported: true,
srcs: [
"cppcose.cpp",
],
@@ -73,13 +74,8 @@ cc_library {
"include",
],
shared_libs: [
"libbinder_ndk",
"libcppbor_external",
"libcrypto",
"liblog",
],
static_libs: [
// TODO(swillden): Remove keymint NDK
"android.hardware.security.keymint-V1-ndk_platform",
],
}