Home
last modified time | relevance | path

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

/build/soong/filesystem/
Dbootimg.go221 propFile, toolDeps := b.buildPropFile(ctx)
235 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps a… func
Dfilesystem.go248 propFile, toolDeps := f.buildPropFile(ctx)
273 func (f *filesystem) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDep… func