Searched refs:dexpreoptScriptPath (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 35 dexpreoptScriptPath = flag.String("dexpreopt_script", "", "path to output dexpreopt script") var 74 if *dexpreoptScriptPath == "" { 160 writeScripts(ctx, globalSoongConfig, globalConfig, moduleConfig, *dexpreoptScriptPath) 164 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) { 207 write(dexpreoptRule, dexpreoptScriptPath) 230 write(dexpreoptRule, dexpreoptScriptPath)
|