Home
last modified time | relevance | path

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

/build/soong/apex/
Dbuilder.go625 a.mergedNotices = a.buildNoticeFiles(ctx, a.Name()+suffix)
626 if a.mergedNotices.HtmlGzOutput.Valid() {
628 implicitInputs = append(implicitInputs, a.mergedNotices.HtmlGzOutput.Path())
629 optFlags = append(optFlags, "--assets_dir "+filepath.Dir(a.mergedNotices.HtmlGzOutput.String()))
Dandroidmk.go424 if a.mergedNotices.Merged.Valid() {
425 fmt.Fprintln(w, "LOCAL_NOTICE_FILE :=", a.mergedNotices.Merged.Path().String())
Dapex.go379 mergedNotices android.NoticeOutputs member