commit | 0f71db3248afde733e561dc000b09719f33a9ee7 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Mon Aug 14 07:57:37 2017 -0700 |
committer | Ivan Lozano <ivanlozano@google.com> | Mon Aug 14 08:25:03 2017 -0700 |
tree | 6406f63c568b1ff0efe42b7aa5c908f03fe1a76c | |
parent | 5ae643457557e35985a3121fa290bd378e6ba56d [diff] |
Don't append _asan to non-asan build flavors. Right now we add the '_asan' suffix to the build flavor whenever SANITIZE_TARGET is defined. This patch ensures the suffix is only added when SANITIZE_TARGET=address. Test: Checked flavor of SANITIZE_TARGET=address and integer_overflow builds. Bug: 30969751 Bug: 64561273 Change-Id: Ie20340f81b395e0b6b5f8086350bbc20f83d5fa4