Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go680 VintfFragments []string `json:",omitempty"`
700 for _, path := range m.VintfFragments() {
701 prop.VintfFragments = append(prop.VintfFragments, filepath.Join("configs", path.Base()))
705 for _, path := range append(m.InitRc(), m.VintfFragments()...) {
/build/soong/android/
Dmodule.go261 VintfFragments() Paths methodSpec
1159 func (m *ModuleBase) VintfFragments() Paths { func