Home
last modified time | relevance | path

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

/build/soong/apex/
Dprebuilt.go79 forceDisable = forceDisable || android.InList("address", ctx.Config().SanitizeDevice()) ||
80 android.InList("hwaddress", ctx.Config().SanitizeDevice())
Dapex.go1523 for _, sanitizer := range ctx.Config().SanitizeDevice() {
1660 globalSanitizerNames = ctx.Config().SanitizeDevice()
Dapex_test.go1358 config.TestProductVariables.SanitizeDevice = []string{"hwaddress"}
/build/soong/java/
Ddexpreopt_bootjars.go231 if len(ctx.Config().SanitizeDevice()) == 1 &&
232 ctx.Config().SanitizeDevice()[0] == "address" &&
/build/make/core/
Dsoong_config.mk96 $(call add_json_list, SanitizeDevice, $(SANITIZE_TARGET))
/build/soong/android/
Dvariable.go272 SanitizeDevice []string `json:",omitempty"` member
Dconfig.go775 func (c *config) SanitizeDevice() []string { func
776 return append([]string(nil), c.productVariables.SanitizeDevice...)
/build/soong/cc/
Dsanitize.go234 globalSanitizers = ctx.Config().SanitizeDevice()
Dcc.go1058 return inList("hwaddress", config.SanitizeDevice())
2291 if android.InList("hwaddress", ctx.Config().SanitizeDevice()) {