summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2020-02-03 13:38:45 +0000
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2020-02-03 13:38:45 +0000
commit243d9d538df2623270d24ed67c9c177271fc15d9 (patch)
treecf6367528c907bdd44ccc3e09011b01e2c549ffa
parent2d2941f4a1fc64b71b81b8c134be9b88c012cee4 (diff)
downloadboringssl-243d9d538df2623270d24ed67c9c177271fc15d9.tar.gz
Make libcrypto_static visible to frameworks/ml/nn/common libraries.android-r-preview-1
I'm trying to switch all NNAPI libraries to use the libcrypto_static. Otherwise, Soong sees both libcrypto & libcrypto_static as com.android.neualnetworks dependencies, while we need only need one, the static variant. Test: build crosshatch & flashed device. Bug: 148593574 Change-Id: I113893acf8846d56a0ebf60bce55088de6a33ea8
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1716b909..328066ab 100644
--- a/Android.bp
+++ b/Android.bp
@@ -193,7 +193,7 @@ cc_library_static {
"//bootable/recovery/updater",
"//external/conscrypt",
"//external/python/cpython2",
- "//frameworks/ml/nn/runtime:__subpackages__",
+ "//frameworks/ml/nn:__subpackages__",
"//hardware/interfaces/confirmationui/1.0/vts/functional",
"//hardware/interfaces/drm/1.0/vts/functional",
"//hardware/interfaces/drm/1.2/vts/functional",