IVGCVSW-6269 Add support of Unidirectional Sequence Lstm fp32/fp16 to Android

  * Unidirectional Sequence Lstm is supported in android-nn-driver.
  * CTS and VTS pass for Unidirectional Sequence Lstm if there are
    any without weights as inputs. If that isn't the case use the
    tests implemented in the android driver for LSTM.

Signed-off-by: Cathal Corbett <cathal.corbett@arm.com>
Change-Id: Ie3a237b67f5101c4f9a2c7bea796e9c674bedba1
diff --git a/test/Android.mk b/test/Android.mk
index 8999966..a417624 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -294,6 +294,7 @@
         1.0/Lstm.cpp \
         1.1/Lstm.cpp \
         1.2/Lstm.cpp \
+        1.2/UnidirectionalSequenceLstm.cpp \
         Tests.cpp \
         UtilsTests.cpp \
         Concurrent.cpp \
@@ -400,6 +401,7 @@
         1.0/Lstm.cpp \
         1.1/Lstm.cpp \
         1.2/Lstm.cpp \
+        1.2/UnidirectionalSequenceLstm.cpp \
         1.3/QLstm.cpp \
         1.3/QosTests.cpp \
         Tests.cpp \