Home
last modified time | relevance | path

Searched refs:Effective_license_text (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dlicense_sdk_member.go93 p.License_text = make(Paths, 0, len(l.base().commonProperties.Effective_license_text))
94 for _, np := range l.base().commonProperties.Effective_license_text {
Dlicense.go73 …namePathProps(&m.base().commonProperties.Effective_license_text, m.properties.Package_name, PathsF…
Dlicenses.go216 …dPathProps(&m.base().commonProperties.Effective_license_text, module.base().commonProperties.Effec…
Dlicense_metadata.go138 …ols.NinjaAndShellEscapeListIncludingSpaces(base.commonProperties.Effective_license_text.Strings())…
Dlicenses_test.go661 actualNotices[m.Name()] = base.commonProperties.Effective_license_text.Strings()
Dmodule.go345 Effective_license_text NamedPaths `blueprint:"mutated"` member
1474 result := make(Paths, 0, len(m.commonProperties.Effective_license_text))
1475 for _, p := range m.commonProperties.Effective_license_text {