Snap for 11526283 from 749f7ecfa99a814a64549db2a0524d2190719d66 to 24Q2-release

Change-Id: Ifc60ba7618ce5a5e761ae4844842f2e1ae62a9b9
diff --git a/host/ColorBuffer.cpp b/host/ColorBuffer.cpp
index 3cdecbf..2a9bcd1 100644
--- a/host/ColorBuffer.cpp
+++ b/host/ColorBuffer.cpp
@@ -99,7 +99,6 @@
                 colorBuffer->mGlAndVkAreSharingExternalMemory = true;
             } else {
                 ERR("Failed to import memory to ColorBufferGl:%d", handle);
-                return nullptr;
             }
         }
     }