vulkan-cereal: Fix transformed types list (codegen)

Though VkExternalMemoryProperties is not using default transform
functions, it should be still listed as a transformed type so that
we can generate transformation code in VkEncoder.

Change-Id: I7c98eabd419a6187401e494fd133b9eea3bf08a3
diff --git a/system/vulkan_enc/ResourceTracker.cpp b/system/vulkan_enc/ResourceTracker.cpp
index cfd139b..13d2643 100644
--- a/system/vulkan_enc/ResourceTracker.cpp
+++ b/system/vulkan_enc/ResourceTracker.cpp
@@ -7213,6 +7213,6 @@
     void ResourceTracker::transformImpl_##type##_tohost(type*, uint32_t) {} \
     void ResourceTracker::transformImpl_##type##_fromhost(type*, uint32_t) {}
 
-LIST_TRANSFORMED_TYPES(DEFINE_TRANSFORMED_TYPE_IMPL)
+LIST_TRIVIAL_TRANSFORMED_TYPES(DEFINE_TRANSFORMED_TYPE_IMPL)
 
 } // namespace goldfish_vk