Home
last modified time | relevance | path

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

/build/soong/filesystem/
Dbootimg.go219 propFile, toolDeps := b.buildPropFile(ctx)
242 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps a… func
Dfilesystem.go319 propFile, toolDeps := f.buildPropFile(ctx)
349 func (f *filesystem) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDep… func