commit | 2afe35cf52d419e76f0e0e867dd6b944aef3fc20 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Apr 02 12:50:38 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Tue Apr 02 12:50:38 2024 +0900 |
tree | de9717fb66484ca4e080dc195403eeacd3ed0e3d | |
parent | c723e40b97cf7e924fda88accd7b4f44c2471445 [diff] |
Add libEGL, libGLESv2 into requireNativeLibs which are dlopen'ed from librutabaga_gfx Bug: 325929966 Test: check if crosvm display works Change-Id: I25a0147a9fb77cb076ae5e5ed8d40b40c0649b4c
diff --git a/apex/manifest.json b/apex/manifest.json index eac57c3..b32aa7b 100644 --- a/apex/manifest.json +++ b/apex/manifest.json
@@ -1,4 +1,8 @@ { "name": "com.android.virt", - "version": 2 + "version": 2, + "requireNativeLibs": [ + "libEGL.so", + "libGLESv2.so" + ] }