Files
build_soong/cc
Spandan Das 5922333d5c Skip -Wl,--version-script on libclang_rt.* stubs (temp hack)
The checked-in libclang_rt.* prebuilts do not contain versioned symbols,
but the autogenerated map.txt file for these libraries contain versions
e.g.
LIBCLANG_RT_ASAN {
  global:
...
}
```

This causes a discrepancy between the symbols in the stubs and impl
variants of these libraries. After https://r.android.com/3236596 is
submitted and a new set of libclang_rt.* prebuilts are generated, this
discrepancy will go away.

For now, skip `-Wl,version-script` when generating the stub
variants of these libraries to prevent link errors at build time.

Test: lunch aosp_panther_hwasan-trunk_staging-userdebug && m crash_dump
Bug: 3222365
Change-Id: Ic1e06cb58ec33b761136ac325f191da7ac900151
2024-08-26 19:43:31 +00:00
..
2024-02-09 12:22:13 -08:00
2024-08-05 07:07:09 +00:00
2023-05-19 20:31:32 +00:00
2024-02-09 13:49:02 -08:00
2024-01-10 16:29:51 +09:00
2024-01-09 11:37:14 +09:00
2024-01-09 22:09:07 +00:00
2024-08-09 21:16:56 +00:00
2023-10-18 17:42:59 -07:00
2024-07-26 06:00:30 +00:00
2024-04-05 01:56:56 +00:00
2024-05-02 15:41:24 -07:00
2024-05-21 11:31:48 +08:00