commit | 6b86dfb159bd26bff4aa74895221e09dce7b0718 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <[email protected]> | Fri Jun 04 13:24:10 2021 -0700 |
committer | Ryan Prichard <[email protected]> | Fri Jun 11 16:27:32 2021 -0700 |
tree | a12b9cb633786efd55bfe7c8bdec50bcc0030350 | |
parent | 46b35eba73d02fea53214d6bf0a853fed7fd176c [diff] |
Stop exporting symbols from app_process Any symbols exported from the executable override everything else in every linker namespace. Previously, app_process exported the signal/sigchain API, but that interposition is now handled by libsigchain.so. Bug: http://b/190100879 Test: `nm -D --defined-only app_process{32,64}` shows no symbols Change-Id: I1ab1fc700c34e91535c3e679a471debbb4eb71e3