Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go793 flatListPath OutputPath member
804 return d.flatListPath
834 d.flatListPath = PathForModuleOut(ctx, "depsinfo", "flatlist.txt").OutputPath
835 WriteFileRule(ctx, d.flatListPath, flatContent.String())
837 ctx.Phony(fmt.Sprintf("%s-depsinfo", ctx.ModuleName()), d.fullListPath, d.flatListPath)