commit | 77d33985a4340bd3c185247fa3e66623858076d2 | [log] [tgz] |
---|---|---|
author | Robert Sesek <rsesek@google.com> | Wed Jan 17 18:39:04 2018 -0500 |
committer | Robert Sesek <rsesek@google.com> | Thu Feb 15 14:06:56 2018 -0500 |
tree | 75a8eeced018e8b29a3ddedce8319f25a6210ca1 | |
parent | 57207cd8a6cd5c2eb7ad0ec2094bf54973492322 [diff] |
Propagate an is_zygote flag through nativePostForkChild. This flag is used to skip calling into Runtime::InitNonZygoteOrPostFork() in child-zygote processes. Doing so would spin up threads for Binder, which would make the process unable to fork like a zygote. Bug: 63749735 Test: m (with multi-project commits landed) Change-Id: I352af061e0ce6bd32e6f30b15ff2f8d3f4b58222