Home
last modified time | relevance | path

Searched refs:hwasanVendorStaticLibs (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dsanitize.go944 hwasanVendorStaticLibs := hwasanVendorStaticLibs(mctx.Config())
946 *hwasanVendorStaticLibs = append(*hwasanVendorStaticLibs, c.Name())
991 func hwasanVendorStaticLibs(config android.Config) *[]string { func
1021 hwasanVendorStaticLibs := hwasanVendorStaticLibs(ctx.Config())
1022 sort.Strings(*hwasanVendorStaticLibs)
1023 ctx.Strict("SOONG_HWASAN_VENDOR_STATIC_LIBRARIES", strings.Join(*hwasanVendorStaticLibs, " "))