Searched refs:mergedNotices (Results 1 – 3 of 3) sorted by relevance
625 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()))
424 if a.mergedNotices.Merged.Valid() {425 fmt.Fprintln(w, "LOCAL_NOTICE_FILE :=", a.mergedNotices.Merged.Path().String())
379 mergedNotices android.NoticeOutputs member