diff options
author | 2025-03-10 17:50:28 -0700 | |
---|---|---|
committer | 2025-03-10 18:01:16 -0700 | |
commit | 36127e6b23fd3c66d7055478b96f23ae88f7a1a1 (patch) | |
tree | 99331ec32bc03dfa0a0b927dc952e88e236cb7ba /libs/gui/SurfaceControl.cpp | |
parent | 851a6d2529851adbde9de138e6a0541839854189 (diff) |
Explicitly include libgui as a shared library in libgui_test.
Currently, libgui is compiled statically into the test binary by virtue
of `src` attribute of `libgui-defaults`, and also loaded as a shared
library by transitive dependency. This leads to double-delete and
use-after-delete issues in the test on global mutexes defined by
android::Singleton<>.
Flag: EXEMPT refactor
Test: presubmit
Bug: 399711310
Change-Id: I31408237f345632bfd8f2d2ac880dfac53e75ae4
Diffstat (limited to 'libs/gui/SurfaceControl.cpp')
0 files changed, 0 insertions, 0 deletions