Fix version script renames https://swiftshader-review.googlesource.com/c/SwiftShader/+/35630 renamed the version scripts with corresponding changes in CMake, but other build files were overlooked. Bug: b/139189696 Change-Id: Ib6354e0fb4f62d1e7f4d4f335d03b45ad205c87e Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/35808 Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Tested-by: Nicolas Capens <nicolascapens@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/src/Vulkan/BUILD.gn b/src/Vulkan/BUILD.gn index 53729f3..b90e231 100644 --- a/src/Vulkan/BUILD.gn +++ b/src/Vulkan/BUILD.gn
@@ -108,7 +108,7 @@ "Vulkan.rc", "VulkanPlatform.h", "libVulkan.cpp", - "libvk_swiftshader.def", + "vk_swiftshader.def", "main.cpp", "resource.h", ] @@ -122,14 +122,14 @@ ldflags = [ "-Wl,-install_name,@rpath/libvk_swiftshader.dylib", "-Wl,-exported_symbols_list," + - rebase_path("libvk_swiftshader.exports", root_build_dir), + rebase_path("vk_swiftshader.exports", root_build_dir), ] } else if (is_linux || is_fuchsia) { inputs = [ - "libvk_swiftshader.lds", + "vk_swiftshader.lds", ] ldflags = [ "-Wl,--version-script=" + - rebase_path("libvk_swiftshader.lds", root_build_dir) ] + rebase_path("vk_swiftshader.lds", root_build_dir) ] } deps = [