Searched refs:noticeFiles (Results 1 – 3 of 3) sorted by relevance
273 var noticeFiles android.Paths282 noticeFiles = append(noticeFiles, notices...)287 if len(noticeFiles) == 0 {291 … android.BuildNoticeOutput(ctx, a.installDir, apexFileName, android.SortedUniquePaths(noticeFiles))
763 noticeFiles Paths member1111 return m.noticeFiles1356 m.noticeFiles = make([]Path, 0)1366 m.noticeFiles = append(m.noticeFiles, optPath.Path())1372 m.noticeFiles = append(m.noticeFiles, optPath.Path())
342 if len(amod.noticeFiles) > 0 {343 a.SetString("LOCAL_NOTICE_FILE", strings.Join(amod.noticeFiles.Strings(), " "))