summaryrefslogtreecommitdiff
path: root/nn/runtime
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-05-01 00:41:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-01 00:41:56 +0000
commitbd71fcc8c1959c0b5b0d3529169c51e94f666953 (patch)
tree9211381689b3b56602e571db1b050fb904d45e1e /nn/runtime
parent3e696c96956b04e7e40e26b70b8223aa78b7fdbc (diff)
parent4ac7511f54a6596f100335cc4a6f72455f2c9aeb (diff)
downloadml-bd71fcc8c1959c0b5b0d3529169c51e94f666953.tar.gz
Merge "libneuralnetworks_headers is marked as available to platform" into rvc-dev
Diffstat (limited to 'nn/runtime')
-rw-r--r--nn/runtime/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/nn/runtime/Android.bp b/nn/runtime/Android.bp
index 49aa26c17..d5f7787f3 100644
--- a/nn/runtime/Android.bp
+++ b/nn/runtime/Android.bp
@@ -22,6 +22,9 @@ cc_library_headers {
apex_available: [
"com.android.neuralnetworks",
"test_com.android.neuralnetworks",
+ // Due to the dependency from libneuralnetworks_common
+ // that is available to the platform
+ "//apex_available:platform",
],
}