summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-09-18 11:06:24 -0700
committerColin Cross <ccross@android.com>2019-09-24 10:41:03 -0700
commit4ed4be948d712bbd5981475fb12a9fba0874afd5 (patch)
treea36b6f5b6ec62d10f3abe50f35de3995159a3121 /nn/runtime/test/Android.bp
parenta5358c08e0e740462d5d1ef81255a4fa828874d3 (diff)
downloadml-4ed4be948d712bbd5981475fb12a9fba0874afd5.tar.gz
Use shared libcrypto
Shared libcrypto provides FIPS self tests, use it whenever possible. Use libcrypto_static for the tests. Bug: 141248879 Test: m checkbuild Change-Id: Ia4b9e45f33624fd021e38f051e49fc616e902e7a
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index d7207dcb8..ed4e1022c 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -44,7 +44,7 @@ cc_defaults {
"libneuralnetworks_generated_test_harness",
],
whole_static_libs: [
- "libcrypto",
+ "libcrypto_static",
],
}