Searched defs:AidlVersionInfo (Results 1 – 1 of 1) sorted by relevance
97 type AidlVersionInfo struct { struct98 notFrozen []string99 requireFrozenReasons []string100 sourceMap map[string]string110 func (info *AidlVersionInfo) merge(other AidlVersionInfo) []string {