Searched refs:NoticeFiles (Results 1 – 7 of 7) sorted by relevance
/build/soong/cc/ |
D | vendor_snapshot.go | 496 if len(m.NoticeFiles()) > 0 { 502 snapshotOutputs = append(snapshotOutputs, combineNoticesRule(ctx, m.NoticeFiles(), noticeOut))
|
D | vndk.go | 770 if len(m.NoticeFiles()) > 0 { 776 ctx, m.NoticeFiles(), filepath.Join(noticeDir, noticeName)))
|
/build/soong/apex/ |
D | androidmk.go | 179 if fi.module != nil && len(fi.module.NoticeFiles()) > 0 { 180 fmt.Fprintln(w, "LOCAL_NOTICE_FILE :=", strings.Join(fi.module.NoticeFiles().Strings(), " "))
|
D | builder.go | 320 noticeFiles = append(noticeFiles, to.NoticeFiles()...)
|
D | apex.go | 484 ret.noticeFiles = module.NoticeFiles()
|
/build/soong/java/ |
D | app.go | 539 paths := child.(android.Module).NoticeFiles() 549 if len(a.NoticeFiles()) > 0 { 550 for _, path := range a.NoticeFiles() {
|
/build/soong/android/ |
D | module.go | 475 NoticeFiles() Paths methodSpec 1579 func (m *ModuleBase) NoticeFiles() Paths { func
|