aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDavid Reveman <reveman@google.com>2019-05-03 01:18:32 -0400
committerDavid Reveman <reveman@google.com>2019-05-03 08:49:16 -0400
commit630129e2aeca9720b53bfa7408765f0be89cb0aa (patch)
tree5fcb2546c3950b1c9eee7775d8bd0be26502251c /BUILD.gn
parent5e2e842496a11def67489cc69ba44ef2158a461d (diff)
downloadgoldfish-opengl-630129e2aeca9720b53bfa7408765f0be89cb0aa.tar.gz
[vulkan] Link statically against most libraries.
Fuchsia vulkan ICDs need to link statically against all libraries except libfdio and libasync-default. Also get vulkan headers from external/vulkan-headers when using Android.bp to build for Fuchsia. This also improves the name of GN target so it works with the latest GN files in Fuchsia tree and matches other ICDs. Change-Id: If2cb8cc1ae9cdbdd389d502be9d67dd95d15724a
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9e487126..ccb8fe2b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1,4 +1,4 @@
-shared_library("vulkan_goldfish") {
+shared_library("libvulkan_goldfish") {
sources = [
"android-emu/android/base/AlignedBuf.cpp",
"android-emu/android/base/AlignedBuf.h",