Added new ACL file to Android.bp needed to build the driver against
the latest CL master (0cf77981fadb883b97efec112e115450873e64c3)

Change-Id: Icbc3a870e058534ff759489b63fbe7bd4502b962
diff --git a/Android.bp b/Android.bp
index cceed2f..5911f69 100644
--- a/Android.bp
+++ b/Android.bp
@@ -300,6 +300,7 @@
         "clframework/src/runtime/Allocator.cpp",
         "clframework/src/runtime/BlobLifetimeManager.cpp",
         "clframework/src/runtime/BlobMemoryPool.cpp",
+        "clframework/src/runtime/MEMUtils.cpp",
         "clframework/src/runtime/CL/CLBufferAllocator.cpp",
         "clframework/src/runtime/CL/CLDistribution1D.cpp",
         "clframework/src/runtime/CL/CLHOG.cpp",