diff options
| author | 2018-12-13 15:36:45 +0100 | |
|---|---|---|
| committer | 2018-12-13 15:36:45 +0100 | |
| commit | cab37cd6522ffb8db27aac568e89bc3b7efcd7ec (patch) | |
| tree | a526c1653da336ed9335156aaadc4f0e573d786e | |
| parent | 1fa98189a90aef58f1c11b38734ffaf04b6494db (diff) | |
hwui: Add libGLESv3 to the list of shared_libs
hwui tests are using symbols from libGLESv3 byt rely on the fact
that they used to be exported by libGLESv2. It used to rely on
the fact that libGLESv3.so was a symlink to libGLESv2.so which
is no longer the case.
Bug: http://b/69603741
Test: make
Change-Id: I769f1fa79e364ae87d01c07f6a3976200e8722a2
| -rw-r--r-- | libs/hwui/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index d22eaf38cef6..0503f36ec074 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -60,6 +60,7 @@ cc_defaults { "libutils", "libEGL", "libGLESv2", + "libGLESv3", "libvulkan", "libui", "libgui", |