OSDN Git Service

libvulkan: Discover layer libraries in entire search path
authorJesse Hall <jessehall@google.com>
Sun, 1 May 2016 19:04:40 +0000 (21:04 +0200)
committerJesse Hall <jessehall@google.com>
Thu, 12 May 2016 16:56:17 +0000 (09:56 -0700)
commit1a7eb59c2a7907ea4c4925c6d13d66e53fb60339
tree18b8526485802544564d79591befadb87f2ce348
parent12cb94a840f40b35c0dcd8580366a76e768585c5
libvulkan: Discover layer libraries in entire search path

Previously we only searched the unpacked native library path for layer
libraries. Now we search all directories in the dynamic linker's
search path, including unpacked libraries in the APK itself.

Bug: 28213888
Change-Id: I37772fd90f705592ae1725c7c8603b0174e6b133
vulkan/libvulkan/Android.mk
vulkan/libvulkan/layers_extensions.cpp