IVGCVSW-1713 Create a minimum unit test to compare the results
before and after passing the FP16 flag in the Android-nn-driver

Change-Id: If8d4ca12421c3bee2526eec98f11d393af822373
diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp
index 3722d49..5efe813 100644
--- a/1.1/HalPolicy.hpp
+++ b/1.1/HalPolicy.hpp
@@ -19,6 +19,7 @@
 public:
     using Model                     = V1_1::Model;
     using Operation                 = V1_1::Operation;
+    using OperationType             = V1_1::OperationType;
     using getSupportedOperations_cb = V1_1::IDevice::getSupportedOperations_1_1_cb;
 
     static bool ConvertOperation(const Operation& operation, const Model& model, ConversionData& data);