IVGCVSW-3197 Support SPACE_TO_DEPTH on Android

	* Added support within 1.0/HalPolicy
	* Added support within 1.1/HalPolicy
	* Added support within 1.2/HalPolicy
	* Updated NnapiSupport.txt

Signed-off-by: Keith Davis <keith.davis@arm.com>
Change-Id: I2dc2743ee2f858d2b3496aae0f3e3e28a96ee96e
diff --git a/1.1/HalPolicy.cpp b/1.1/HalPolicy.cpp
index 0f00910..78f157d 100644
--- a/1.1/HalPolicy.cpp
+++ b/1.1/HalPolicy.cpp
@@ -29,6 +29,7 @@
     V1_0::OperationType::RELU1,
     V1_0::OperationType::RELU6,
     V1_0::OperationType::SOFTMAX,
+    V1_0::OperationType::SPACE_TO_DEPTH,
     V1_0::OperationType::TANH,
     V1_0::OperationType::RESHAPE,
     V1_0::OperationType::RESIZE_BILINEAR,