Files
build/core
Jiyong Park a52b6e9ba8 fix: linktype for recovery modules in ASAN build is native:platform
When ASAN is on, recovery modules are instaled to
$(OUT_DIR)/target/product/.../data/asan/recovery/root. However, since
this is not under $(TARGET_RECOVERY_OUT), their linktype is incorrectly
determined as native:platform, instead of native:recovery.

To fix this, use get_non_asan_path to have consistent paths when
determining the linktype.

Bug: 115361480
Test: m -j; SANITIZE_TARGET=address m -j

Change-Id: I75edb1fe193d8a1a8099d4f5cf498910ca868d38
2018-09-12 10:05:58 +09:00
..
2018-08-28 13:21:42 -07:00
2018-09-10 15:14:09 -07:00
2018-03-20 15:47:45 -07:00
2018-04-17 11:20:33 -07:00
2018-06-21 10:12:23 -07:00
2018-06-21 10:12:23 -07:00
2018-08-07 11:22:17 -07:00
2018-08-29 17:33:29 +00:00
2018-08-08 18:59:44 +08:00
2018-09-10 15:14:09 -07:00
2018-09-11 06:21:21 +00:00
2018-05-11 02:22:54 +00:00
2018-08-22 10:49:18 +01:00