summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
authorSlava Shklyaev <slavash@google.com>2019-09-27 18:33:37 +0100
committerSlava Shklyaev <slavash@google.com>2019-09-28 00:51:46 +0100
commitde434bafc31ea5799a1b3513cac7f81be8018ac4 (patch)
tree741d80d257b88d0dc45c63ee222fcf32282c7768 /nn/runtime/test/Android.bp
parent233a2b754d557d7da734cd086a602408235f012f (diff)
downloadml-de434bafc31ea5799a1b3513cac7f81be8018ac4.tar.gz
Add libbase dependency to tests
This CL introduces libbase_ndk to our CTS tests, enabling all runtime tests to use the LOG macro. Test: NNT_static Bug: 141294076 Change-Id: I3137fad81cbd2fd0c87aa56b47bd6f83a794c9be Merged-In: I3137fad81cbd2fd0c87aa56b47bd6f83a794c9be (cherry picked from commit 75674c07a23655e004d041214b0025d1ccef55b3)
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index 30bfdd14e..12ac2fff5 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -301,6 +301,7 @@ cc_library_static {
"libneuralnetworks",
],
static_libs: [
+ "libbase_ndk",
"libgmock_ndk",
"libgtest_ndk_c++",
],