Home
last modified time | relevance | path

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

/build/soong/android/
Dapex_contributions.go128 pi := &PrebuiltSelectionInfo{
154 type PrebuiltSelectionInfoMap map[string]PrebuiltSelectionInfo
157 func (pm *PrebuiltSelectionInfoMap) Add(ctx BaseModuleContext, p *PrebuiltSelectionInfo) { argument
164 type PrebuiltSelectionInfo struct { struct