IVGCVSW-2394 Update Android Hal Policy for ResizeBilinear IsLayerSupported
 * IsResizeBilinearSupported function requires outputInfo as well.


Change-Id: Ib74241ef2db147bb64fa77287ad0d616a2e4159d
diff --git a/1.0/HalPolicy.cpp b/1.0/HalPolicy.cpp
index 47c50c0..d48b549 100644
--- a/1.0/HalPolicy.cpp
+++ b/1.0/HalPolicy.cpp
@@ -1342,7 +1342,8 @@
     if (!IsLayerSupported(__func__,
                           armnn::IsResizeBilinearSupported,
                           data.m_Compute,
-                          inputInfo))
+                          inputInfo,
+                          outputInfo))
     {
         return false;
     }