aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-10-15 14:15:42 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 17:25:39 +0100
commitbeb3e1f460012f98921fc88488b6349f95c6e1d5 (patch)
treec10a7a804918663240f9bb3e6429bf37af5482bd /test
parenta893efa3494121f910058ae5b75e32bf6c1d5720 (diff)
downloadandroid-nn-driver-beb3e1f460012f98921fc88488b6349f95c6e1d5.tar.gz
IVGCVSW-1998 : fix for missing initialization in the driver
Change-Id: I5b1209a871d0a848bb1fdfba5228f181e6968004
Diffstat (limited to 'test')
-rw-r--r--test/Android.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/Android.mk b/test/Android.mk
index c38b92e8..0e9824fd 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -57,15 +57,16 @@ LOCAL_SRC_FILES := \
TestTensor.cpp
LOCAL_STATIC_LIBRARIES := \
- libarmnn-driver@1.0 \
libneuralnetworks_common \
- libarmnn \
libboost_log \
libboost_system \
libboost_unit_test_framework \
libboost_thread \
armnn-arm_compute
+LOCAL_WHOLE_STATIC_LIBRARIES := \
+ libarmnn-driver@1.0
+
LOCAL_SHARED_LIBRARIES := \
libbase \
libhidlbase \
@@ -132,15 +133,16 @@ LOCAL_SRC_FILES := \
TestTensor.cpp
LOCAL_STATIC_LIBRARIES := \
- libarmnn-driver@1.1 \
libneuralnetworks_common \
- libarmnn \
libboost_log \
libboost_system \
libboost_unit_test_framework \
libboost_thread \
armnn-arm_compute
+LOCAL_WHOLE_STATIC_LIBRARIES := \
+ libarmnn-driver@1.1
+
LOCAL_SHARED_LIBRARIES := \
libbase \
libhidlbase \