native_loader: add libvulkan.so to public native library list
Change-Id: I2228af5ec4b815631a9c5ca745718807d58028a3
This commit is contained in:
parent
85def183bd
commit
dee3d96c01
|
@ -53,6 +53,7 @@ static const char* kPublicNativeLibraries = "libandroid.so:"
|
|||
"libOpenSLES.so:"
|
||||
"libRS.so:"
|
||||
"libstdc++.so:"
|
||||
"libvulkan.so:"
|
||||
"libwebviewchromium_plat_support.so:"
|
||||
"libz.so";
|
||||
|
||||
|
|
Loading…
Reference in New Issue