Add sanitizer tests for musl
Add tests that verify sanitizer behaviors for musl. Test: sanitize_test.go Change-Id: I1f0a51cc103ac14d1738cb223e216ee0e32d8550
This commit is contained in:
@@ -109,7 +109,8 @@ func modifyTestConfigToSupportArchMutator(testConfig Config) {
|
||||
config.TestProductVariables.DeviceSecondaryArchVariant = proptools.StringPtr("armv7-a-neon")
|
||||
}
|
||||
|
||||
func modifyTestConfigForMusl(config Config) {
|
||||
// ModifyTestConfigForMusl takes a Config returned by TestConfig and changes the host targets from glibc to musl.
|
||||
func ModifyTestConfigForMusl(config Config) {
|
||||
delete(config.Targets, config.BuildOS)
|
||||
config.productVariables.HostMusl = boolPtr(true)
|
||||
determineBuildOS(config.config)
|
||||
|
Reference in New Issue
Block a user