Statically link libc++ into libvulkan_intel.so

This makes it possible to load the vulkan client driver into processes
that use an incompatible version of libc++ than the one used at build time,
or who do not wish to use a dynamically loaded libc++ at all.

Test: readelf -d libvulkan_intel.so, Load up vulkan on an intel device
MA-416 #comment

Change-Id: I613871f70f5b2d9902336363bb29af4b8a2a3cc2
1 file changed