Wrap some classes in "namespace gfxstream::guest {}"
... to avoid more duplicate symbol definitions when
building Gfxstream VK ICD.
Bug: b/315317383
Test: deqp-vk w/ Gfxstream ICD
Change-Id: I96b31b8fadec428c94ecc3d5572741cba230c75f
diff --git a/guest/OpenglSystemCommon/meson.build b/guest/OpenglSystemCommon/meson.build
index 751464a..69de0b8 100644
--- a/guest/OpenglSystemCommon/meson.build
+++ b/guest/OpenglSystemCommon/meson.build
@@ -18,7 +18,7 @@
inc_android_emu, inc_render_enc, inc_android_compat,
inc_qemu_pipe, inc_qemu_pipe_types, inc_gralloc,
inc_vulkan_enc, inc_goldfish_address_space,
- inc_system, inc_platform],
+ inc_system, inc_platform, inc_codec_common],
link_with: [lib_codec_common, lib_goldfish_address_space, lib_qemu_pipe,
lib_render_control_enc, lib_platform],
dependencies: drm_dep