Merge "qdMetaData: Disable Gralloc4 for non-Android build"
diff --git a/services/config/src/device_impl.cpp b/services/config/src/device_impl.cpp
index b097006..92e5183 100644
--- a/services/config/src/device_impl.cpp
+++ b/services/config/src/device_impl.cpp
@@ -937,6 +937,7 @@
       client->ParseIsRCSupported(input_params, _hidl_cb);
       break;
     default:
+      _hidl_cb(-EINVAL, {}, {});
       break;
   }
   return Void();