[vulkan] Add AndroidEmu and VulkanStream basic class

bug: 111137294
bug: 118433669

Change-Id: I996c0608fad1cd8b22ae1bad952cd188f0403926
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 26512b2..deb0a8e 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -18,7 +18,8 @@
             "compilerPath": "/usr/bin/clang",
             "cStandard": "c11",
             "cppStandard": "c++17",
-            "intelliSenseMode": "clang-x64"
+            "intelliSenseMode": "clang-x64",
+            "configurationProvider": "vector-of-bool.cmake-tools"
         }
     ],
     "version": 4