From beb3e1f460012f98921fc88488b6349f95c6e1d5 Mon Sep 17 00:00:00 2001 From: David Beck Date: Mon, 15 Oct 2018 14:15:42 +0100 Subject: IVGCVSW-1998 : fix for missing initialization in the driver Change-Id: I5b1209a871d0a848bb1fdfba5228f181e6968004 --- test/Android.mk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'test') 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 \ -- cgit v1.2.1