summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2019-11-05 12:22:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-11-05 12:22:03 +0000
commit54c383493c8a3417179d9903314f0ec38a5deacb (patch)
treed65dc301ed74e0941b70ff41fe4e119475c9f7ae
parent61afe97b12ddef1c6deea006b9a1619f05f5d3f4 (diff)
parent7e1497a3cb00065e046760649602a7b5f7bab2a7 (diff)
downloadml-54c383493c8a3417179d9903314f0ec38a5deacb.tar.gz
Merge "Switch to libcrypto_static for com.android.neuralnetworks APEX"
-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",
],