summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
authorSlava Shklyaev <slavash@google.com>2020-02-12 12:15:01 +0000
committerSlava Shklyaev <slavash@google.com>2020-02-18 17:22:21 +0000
commit64ffe91670d39eca7e072e07d258a6337c3b3b1b (patch)
tree05d9b16a807fb0da4f616b0c520dacba500a9b3f /nn/runtime/test/Android.bp
parent1f8919ee53d76b2b2f611892a54958cfc282289c (diff)
downloadml-64ffe91670d39eca7e072e07d258a6337c3b3b1b.tar.gz
Add setLoopTimeout CTS test
Also tests getDefaultLoopTimeout and getMaximumLoopTimeout. Bug: 145906499 Bug: 136735929 Test: NNT_static Change-Id: I1968fe97c6b3f51e9950d17abdc06a764a27c517
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index 03e840bd0..295642022 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -73,6 +73,9 @@ cc_defaults {
"TestValidation.cpp",
"TestWrapper.cpp",
],
+ header_libs: [
+ "libneuralnetworks_common_headers",
+ ],
static_libs: [
"libgmock",
],