commit | fab68e1481d8260e0b8c3e465ea8e2b5032a0cfe | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Tue Mar 23 11:31:43 2021 -0700 |
committer | Hans Boehm <hboehm@google.com> | Mon Apr 19 11:42:15 2021 -0700 |
tree | b273d4513ee6f5cf996e5d114b921fca47561498 | |
parent | b3671c4ab51a1ef7b58afd97b3cd312267dfa693 [diff] |
Don't fork USAPs with open argument buffer Delay execution of any zygote command that may end up forking USAPs until we've released our own ZygoteCommandBuffer. Otherwise we fork the child with an open ZygoteCommandBuffer, preventing it from opening its own. Bug: 182084594 Test: Build and boot AOSP, with USAPs enabled and disabled. Change-Id: I2366367d2155a120092fbdcae13cbb3d7f4e1d16