mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Use libcrypto_static instead of libcrypto"
am: c048c187be
Change-Id: I0c5d5843b8003f6be14ba583e7299693b25da7c0
This commit is contained in:
@@ -23,7 +23,7 @@ cc_test {
|
||||
static_libs: [
|
||||
"android.hardware.confirmationui@1.0",
|
||||
"android.hardware.keymaster@4.0",
|
||||
"libcrypto",
|
||||
"libcrypto_static",
|
||||
"libcn-cbor",
|
||||
"android.hardware.confirmationui-support-lib",
|
||||
],
|
||||
|
||||
@@ -30,7 +30,7 @@ cc_test {
|
||||
"libhidlmemory",
|
||||
"libnativehelper",
|
||||
"libssl",
|
||||
"libcrypto",
|
||||
"libcrypto_static",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ cc_test {
|
||||
"libhidlmemory",
|
||||
"libnativehelper",
|
||||
"libssl",
|
||||
"libcrypto",
|
||||
"libcrypto_static",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ cc_test {
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.keymaster@3.0",
|
||||
"libcrypto",
|
||||
"libcrypto_static",
|
||||
"libsoftkeymasterdevice",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
|
||||
@@ -25,7 +25,7 @@ cc_test {
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.keymaster@4.0",
|
||||
"libcrypto",
|
||||
"libcrypto_static",
|
||||
"libkeymaster4support",
|
||||
"libsoftkeymasterdevice",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user