Home
last modified time | relevance | path

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

/build/soong/apex/
Dbuilder.go313 var noticeFiles android.Paths
320 noticeFiles = append(noticeFiles, to.NoticeFiles()...)
326 noticeFiles = append(noticeFiles, fi.noticeFiles...)
329 if len(noticeFiles) == 0 {
333 … android.BuildNoticeOutput(ctx, a.installDir, apexFileName, android.SortedUniquePaths(noticeFiles))
Dapex.go444 noticeFiles android.Paths member
484 ret.noticeFiles = module.NoticeFiles()
/build/soong/android/
Dandroidmk.go568 if len(amod.noticeFiles) > 0 {
569 a.SetString("LOCAL_NOTICE_FILE", strings.Join(amod.noticeFiles.Strings(), " "))