Add libEGL, libGLESv2 into provideLibs
which are dlopen'ed from librutabaga_gfx from com.android.virt Bug: 325929966 Test: check if crosvm display works Change-Id: I7245286ed646dc3287ad3c4df6e7c021b1dd439e
This commit is contained in:
parent
aedc0d0b41
commit
91d82fb635
1 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,8 @@
|
|||
],
|
||||
"provideLibs": [
|
||||
"libaptX_encoder.so",
|
||||
"libaptXHD_encoder.so"
|
||||
"libaptXHD_encoder.so",
|
||||
"libEGL.so",
|
||||
"libGLESv2.so"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue