Add libclang_rt.asan-mips[64]-android.so am: d87145fe05 am: 9deacc3cc5

am: 23175b8661

* commit '23175b86612fdb3884db2d5ca77ee725a0d70ea3':
  Add libclang_rt.asan-mips[64]-android.so

Change-Id: Ieb863e3103d43401b543f6c4bc635b63c99f7877
This commit is contained in:
Colin Cross
2016-05-20 07:13:18 +00:00
committed by android-build-merger
2 changed files with 8 additions and 0 deletions

View File

@@ -186,6 +186,10 @@ func (t *toolchainMips64) ClangLdflags() string {
return "${mips64ClangLdflags}"
}
func (toolchainMips64) AddressSanitizerRuntimeLibrary() string {
return "libclang_rt.asan-mips64-android.so"
}
func mips64ToolchainFactory(arch android.Arch) Toolchain {
return &toolchainMips64{
cflags: "${mips64Cflags}",

View File

@@ -234,6 +234,10 @@ func (t *toolchainMips) ClangLdflags() string {
return "${mipsClangLdflags}"
}
func (toolchainMips) AddressSanitizerRuntimeLibrary() string {
return "libclang_rt.asan-mips-android.so"
}
func mipsToolchainFactory(arch android.Arch) Toolchain {
return &toolchainMips{
cflags: "${mipsCflags}",