Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_bootjars.go130 if len(ctx.Config().SanitizeDevice()) == 1 &&
131 ctx.Config().SanitizeDevice()[0] == "address" &&
/build/make/core/
Dsoong_config.mk84 $(call add_json_list, SanitizeDevice, $(SANITIZE_TARGET))
/build/soong/android/
Dvariable.go240 SanitizeDevice []string `json:",omitempty"` member
Dconfig.go671 func (c *config) SanitizeDevice() []string { func
672 return append([]string(nil), c.productVariables.SanitizeDevice...)
/build/soong/apex/
Dapex.go580 globalSanitizerNames = ctx.Config().SanitizeDevice()
1339 forceDisable = forceDisable || android.InList("address", ctx.Config().SanitizeDevice()) ||
1340 android.InList("hwaddress", ctx.Config().SanitizeDevice())
/build/soong/cc/
Dsanitize.go212 globalSanitizers = ctx.Config().SanitizeDevice()