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