Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go241 clc.Host = append(clc.Host, SystemServerDexJarHostPath(ctx, lib))
291 dexPathHost := SystemServerDexJarHostPath(ctx, module.Name)
595 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { func