Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go254 VintfFragments []string `json:",omitempty"` member
353 for _, path := range m.VintfFragments() {
354 prop.VintfFragments = append(prop.VintfFragments, filepath.Join("configs", path.Base()))
358 for _, path := range append(m.InitRc(), m.VintfFragments()...) {