mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Merge "Setting libcppcose to host supported."
This commit is contained in:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user