Add renderer param for passing feature enables/disables

... which can be used with aosp/2972172.

Bug: b/326648397
Test: cvd start --gpu_mode=gfxstream
Test: rm -rf build
      mkdir build
      cd build
      cmake .. -G Ninja
      ninja
Test: meson setup build \
        -Ddefault_library=static \
        -Dvalgrind=disabled \
        -Dgfxstream-build=both \
      meson compile -C build
Change-Id: I38475dc73acdb12053c282feab71dbc85f3320d5
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index ff962c3..00e6638 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,3 +1,4 @@
 add_subdirectory(detector)
 add_subdirectory(etc)
+add_subdirectory(utils)
 add_subdirectory(vulkan)
\ No newline at end of file