Home
last modified time | relevance | path

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

/aosp12/build/soong/dexpreopt/
H A Dconfig.go42PatternsOnSystemOther []string // patterns (using '%' to denote a prefix match) to put odex on the… member
613 PatternsOnSystemOther: nil,
H A Ddexpreopt_test.go122 global.PatternsOnSystemOther = test.patterns
H A Ddexpreopt.go487 for _, f := range global.PatternsOnSystemOther {
/aosp12/build/make/core/
H A Ddex_preopt_config.mk103 $(call add_json_list, PatternsOnSystemOther, $(SYSTEM_OTHER_ODEX_FILTER))