Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go249 clcHost = append(clcHost, SystemServerDexJarHostPath(ctx, lib))
254 dexPathHost := SystemServerDexJarHostPath(ctx, module.Name)
540 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { func