mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Setting libcppcose to host supported." am: 5bb7be3f8e am: 6e9d2d6677
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1668432 Change-Id: I35d52e72a418ab596b5ffad13e49232e0cb6413e
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