Home
last modified time | relevance | path

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

/build/make/core/
Ddex_preopt_config.mk126 $(call add_json_bool, SanitizeLite, $(SANITIZE_LITE))
/build/soong/dexpreopt/
Dconfig.go74 SanitizeLite bool // build is the second phase of a SANITIZE_LITE build member
634 SanitizeLite: false,
Ddexpreopt.go479 if global.SanitizeLite {
/build/soong/java/
Ddexpreopt_bootjars.go473 …n(config.SanitizeDevice()) == 1 && config.SanitizeDevice()[0] == "address" && global.SanitizeLite {