commit | f517fcbbb665012eaa34c794fdb18d2d8312da5b | [log] [tgz] |
---|---|---|
author | Bill Napier <napier@google.com> | Thu Dec 08 20:04:25 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 08 20:04:25 2016 +0000 |
tree | 9e02c68de1a32212bcfd9a4adadf4fbd8c71206b | |
parent | 51366e9b16c3bc3ea6d200be66f561cc516fc995 [diff] | |
parent | 10fffb4939ac7d9dc6239930304ad05c3714094d [diff] |
Merge "Fix linker_asan64 symlink"
diff --git a/linker/Android.bp b/linker/Android.bp index 1b7b5a7..239e54b 100644 --- a/linker/Android.bp +++ b/linker/Android.bp
@@ -129,14 +129,11 @@ static_executable: true, name: "linker", + symlinks: ["linker_asan"], multilib: { - lib32: { - symlinks: ["linker_asan"], - }, lib64: { suffix: "64", - symlinks: ["linker_asan64"], - }, + }, }, target: { android: {