summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index 40dd95f0b..8874eee69 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -126,6 +126,7 @@ cc_defaults {
"TestExecution.cpp",
"TestExtensions.cpp",
"TestIntrospectionControl.cpp",
+ "TestMemoryDomain.cpp",
"TestMemoryInternal.cpp",
"TestPartitioning.cpp",
"TestPartitioningRandom.cpp",
@@ -138,8 +139,11 @@ cc_defaults {
"Bridge.cpp",
],
static_libs: [
+ "android.hardware.neuralnetworks@1.0-adapter-helper",
+ "android.hardware.neuralnetworks@1.2-adapter-helper",
"libSampleDriver",
"libgmock",
+ "libhidladapter",
"libneuralnetworks_common",
"libneuralnetworks_generated_test_harness",
"libneuralnetworks_static",