Merge "Try not to crash when gl interop fails" into main am: 388ecd5f4f am: 354fba5714

Original change: https://android-review.googlesource.com/c/platform/hardware/google/gfxstream/+/2984052

Change-Id: I6f6596da9274804d6fa7e27a58afdde8b0bca55a
Signed-off-by: Automerger Merge Worker <[email protected]>
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;
             }
         }
     }