native_loader: add libvulkan.so to public native library list

Change-Id: I2228af5ec4b815631a9c5ca745718807d58028a3
This commit is contained in:
Jesse Hall 2016-02-23 16:16:47 -08:00
parent 85def183bd
commit dee3d96c01
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ static const char* kPublicNativeLibraries = "libandroid.so:"
"libOpenSLES.so:"
"libRS.so:"
"libstdc++.so:"
"libvulkan.so:"
"libwebviewchromium_plat_support.so:"
"libz.so";