Merge "Pass hwasan extra cflags to make."
am: 9f7cb4e22c
Change-Id: Id3b97cefdaa2212c58565e66dab64b9e8e5a052c
This commit is contained in:
commit
9db38882cf
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ func makeVarsProvider(ctx android.MakeVarsContext) {
|
|||
ctx.Strict("ADDRESS_SANITIZER_CONFIG_EXTRA_LDFLAGS", strings.Join(asanLdflags, " "))
|
||||
ctx.Strict("ADDRESS_SANITIZER_CONFIG_EXTRA_STATIC_LIBRARIES", strings.Join(asanLibs, " "))
|
||||
|
||||
ctx.Strict("HWADDRESS_SANITIZER_CONFIG_EXTRA_CFLAGS", strings.Join(hwasanCflags, " "))
|
||||
|
||||
ctx.Strict("CFI_EXTRA_CFLAGS", strings.Join(cfiCflags, " "))
|
||||
ctx.Strict("CFI_EXTRA_LDFLAGS", strings.Join(cfiLdflags, " "))
|
||||
|
||||
|
|
Loading…
Reference in a new issue