commit | 7f79e69e4e57ba4d5a0aea9270155a23167834ee | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Apr 02 05:22:42 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 02 05:22:42 2024 +0000 |
tree | de9717fb66484ca4e080dc195403eeacd3ed0e3d | |
parent | 5739a93c29a287b4b6d734eea4be3b97209a2462 [diff] | |
parent | 2afe35cf52d419e76f0e0e867dd6b944aef3fc20 [diff] |
Merge "Add libEGL, libGLESv2 into requireNativeLibs" into main
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" + ] }