Merge "Use libcrypto_static instead of libcrypto"

This commit is contained in:
Colin Cross
2019-09-26 14:32:33 +00:00
committed by Gerrit Code Review
5 changed files with 5 additions and 5 deletions

View File

@@ -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",
],

View File

@@ -30,7 +30,7 @@ cc_test {
"libhidlmemory",
"libnativehelper",
"libssl",
"libcrypto",
"libcrypto_static",
],
test_suites: ["general-tests"],
}

View File

@@ -34,7 +34,7 @@ cc_test {
"libhidlmemory",
"libnativehelper",
"libssl",
"libcrypto",
"libcrypto_static",
],
test_suites: ["general-tests"],
}

View File

@@ -26,7 +26,7 @@ cc_test {
],
static_libs: [
"android.hardware.keymaster@3.0",
"libcrypto",
"libcrypto_static",
"libsoftkeymasterdevice",
],
test_suites: ["general-tests"],

View File

@@ -25,7 +25,7 @@ cc_test {
],
static_libs: [
"android.hardware.keymaster@4.0",
"libcrypto",
"libcrypto_static",
"libkeymaster4support",
"libsoftkeymasterdevice",
],