Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go779 flatListPath OutputPath member
790 return d.flatListPath
820 d.flatListPath = PathForModuleOut(ctx, "depsinfo", "flatlist.txt").OutputPath
821 WriteFileRule(ctx, d.flatListPath, flatContent.String())
823 ctx.Phony(fmt.Sprintf("%s-depsinfo", ctx.ModuleName()), d.fullListPath, d.flatListPath)