Home
last modified time | relevance | path

Searched defs:genNoticeModule (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dgen_notice.go108 type genNoticeModule struct { struct
109 ModuleBase
110 DefaultableModuleBase
112 properties genNoticeProperties
114 output OutputPath
115 missing []string
118 func (m *genNoticeModule) DepsMutator(ctx BottomUpMutatorContext) {
141 func (m *genNoticeModule) getStem() string {
149 func (m *genNoticeModule) getSuffix() string {
166 func (m *genNoticeModule) GenerateAndroidBuildActions(ctx ModuleContext) {
[all …]