vk1.2: [8] Update Vulkan handle list

New Vulkan headers adds a few non-dispatchable handles and removed
some unused handle types; this change modifies the goldfish handle
list to fix build.

Bug: b/179480537
Change-Id: Id6a0e9501d2c764bda851bef2964af5ab373c899
diff --git a/registry/vulkan/xml/cereal/common/vulkantypes.py b/registry/vulkan/xml/cereal/common/vulkantypes.py
index 875ca91..86ac740 100644
--- a/registry/vulkan/xml/cereal/common/vulkantypes.py
+++ b/registry/vulkan/xml/cereal/common/vulkantypes.py
@@ -75,6 +75,9 @@
     "VkValidationCacheEXT",
     "VkDebugReportCallbackEXT",
     "VkDebugUtilsMessengerEXT",
+    "VkAccelerationStructureNV",
+    "VkIndirectCommandsLayoutNV",
+    "VkAccelerationStructureKHR",
 ]
 
 CUSTOM_HANDLE_CREATE_TYPES = [