From cab37cd6522ffb8db27aac568e89bc3b7efcd7ec Mon Sep 17 00:00:00 2001 From: dimitry Date: Thu, 13 Dec 2018 15:36:45 +0100 Subject: 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 --- libs/hwui/Android.bp | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3-59-g8ed1b