diff options
| author | 2024-05-03 12:10:04 -0400 | |
|---|---|---|
| committer | 2024-05-03 12:20:40 -0400 | |
| commit | 2a2d509a3288026a42c9c4717fc760a3177d3b93 (patch) | |
| tree | f4c038caeff347831b7a5d614c2d98852bd2673c /python/python.go | |
| parent | 08f670ab4a5e65278080a286246d10e886ae8a5f (diff) | |
cc: Remove unneeded ubsan library linkage on host
The sanitizer runtime logic was rewritten in aosp/2438959 to simplify
static sanitizer library selection. However, enabling ubsan diagnostics
for host tests would result in incorrectly adding an unnecessary
libclang_rt.asan.so dependency.
This check should have been removed as well -- the library dep
determination for c.sanitize.Properties.UbsanRuntimeDep is now handled
higher up in the logic.
(Some formatting fixes are included as well)
Bug: 323237381
Test: UBSanitized Host test with diagnostics runs correctly.
Change-Id: I97bd01344b7b676fccb9f250c0f801b8bc212a1a
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions