Searched refs:LicenseAnnotation (Results 1 – 4 of 4) sorted by relevance
234 LicenseAnnotations() []LicenseAnnotation239 type LicenseAnnotation string type248 LicenseAnnotationSharedDependency LicenseAnnotation = "dynamic"255 LicenseAnnotationToolchain LicenseAnnotation = "toolchain"262 func (LicenseAnnotationSharedDependencyTag) LicenseAnnotations() []LicenseAnnotation {263 return []LicenseAnnotation{LicenseAnnotationSharedDependency}270 func (LicenseAnnotationToolchainDependencyTag) LicenseAnnotations() []LicenseAnnotation {271 return []LicenseAnnotation{LicenseAnnotationToolchain}
1037 func (d dependencyTag) LicenseAnnotations() []android.LicenseAnnotation {1039 return []android.LicenseAnnotation{android.LicenseAnnotationSharedDependency}
379 func (d dependencyTag) LicenseAnnotations() []android.LicenseAnnotation {381 return []android.LicenseAnnotation{android.LicenseAnnotationSharedDependency}383 return []android.LicenseAnnotation{android.LicenseAnnotationToolchain}
752 func (d libraryDependencyTag) LicenseAnnotations() []android.LicenseAnnotation {754 return []android.LicenseAnnotation{android.LicenseAnnotationSharedDependency}