summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nn/runtime/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/runtime/Android.bp b/nn/runtime/Android.bp
index 672a11645..67a63238c 100644
--- a/nn/runtime/Android.bp
+++ b/nn/runtime/Android.bp
@@ -61,7 +61,6 @@ cc_library {
"android.hidl.allocator@1.0",
"android.hidl.memory@1.0",
"libbase",
- "libcrypto",
"libcutils",
"libhidlbase",
"libhidlmemory",
@@ -79,6 +78,7 @@ cc_library {
},
static_libs: [
+ "libcrypto_static",
"libneuralnetworks_common",
],