Files
build_soong/cc
Jiyong Park 3b1746a212 Fix: deps to sanitizer runtime libs are with correct 'image' variant
This change fixes a bug that sanitizer runtime libs for non-core variant
(e.g. recovery, vendor, etc.) are not installed. It happened because the
dependency to the sanitizer runtime lib was without 'image' variant,
which in most case caused only the core variant - which is the first in
the image variants - of the lib to be installed.

Fixing the issue by correctly selecting image variant depending on the
location of the lib having dependency to the runtime lib.

Bug: 123525879
Test: SANITIZE_TARGET=hwaddress m out/target/product/blueline/boot.img
Test: SANITIZE_TARGET=address m out/target/product/blueline/boot.img
libclang_rt.*.so is under
out/target/product/blueline/root/recovery/system/lib64

Change-Id: Iea7d718d4971e36521f0a3f712a454de944cd7ac
2019-01-31 01:58:26 +09:00
..
2019-01-29 22:24:58 +00:00
2018-11-19 15:26:14 -08:00
2019-01-28 14:30:04 +08:00
2019-01-24 18:59:29 +00:00
2017-10-19 22:39:32 +09:00
2018-10-09 02:16:58 +00:00
2019-01-28 20:02:27 +09:00
2018-12-27 12:26:30 -08:00
2018-10-30 09:55:48 +09:00
2017-11-17 11:22:04 -08:00
2019-01-24 18:59:29 +00:00
2018-12-20 14:33:02 +09:00
2018-10-25 13:40:28 -07:00
2019-01-23 07:21:56 +00:00
2018-11-17 15:28:25 -08:00
2016-08-01 14:36:22 -07:00
2019-01-24 18:59:29 +00:00
2018-07-22 21:18:45 -07:00
2018-11-13 15:28:07 -08:00
2018-10-09 02:16:58 +00:00
2018-11-17 15:28:25 -08:00
2018-12-20 14:33:02 +09:00
2018-11-28 09:17:26 -08:00