Home
last modified time | relevance | path

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

/build/soong/apex/
Dbuilder.go273 var noticeFiles android.Paths
282 noticeFiles = append(noticeFiles, notices...)
287 if len(noticeFiles) == 0 {
291 … android.BuildNoticeOutput(ctx, a.installDir, apexFileName, android.SortedUniquePaths(noticeFiles))
/build/soong/android/
Dmodule.go763 noticeFiles Paths member
1111 return m.noticeFiles
1356 m.noticeFiles = make([]Path, 0)
1366 m.noticeFiles = append(m.noticeFiles, optPath.Path())
1372 m.noticeFiles = append(m.noticeFiles, optPath.Path())
Dandroidmk.go342 if len(amod.noticeFiles) > 0 {
343 a.SetString("LOCAL_NOTICE_FILE", strings.Join(amod.noticeFiles.Strings(), " "))