commit | 80d59575ba069b9f52af6bdfad560d906b622091 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Mon Sep 21 22:45:05 2020 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Sep 21 22:45:05 2020 -0700 |
tree | a5c1f6739b3cac6e859648726a3eba60d1d86a2d | |
parent | d08bb8222235f8d3fc1fef3e20d93b68f3233447 [diff] | |
parent | 4ea69777ab723fd0f5c70b06561ba4e266bd7900 [diff] |
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();