Home
last modified time | relevance | path

Searched refs:LicenseAnnotation (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dlicense_metadata.go234 LicenseAnnotations() []LicenseAnnotation
239 type LicenseAnnotation string type
248 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}
/build/soong/rust/
Drust.go1037 func (d dependencyTag) LicenseAnnotations() []android.LicenseAnnotation {
1039 return []android.LicenseAnnotation{android.LicenseAnnotationSharedDependency}
/build/soong/java/
Djava.go379 func (d dependencyTag) LicenseAnnotations() []android.LicenseAnnotation {
381 return []android.LicenseAnnotation{android.LicenseAnnotationSharedDependency}
383 return []android.LicenseAnnotation{android.LicenseAnnotationToolchain}
/build/soong/cc/
Dcc.go752 func (d libraryDependencyTag) LicenseAnnotations() []android.LicenseAnnotation {
754 return []android.LicenseAnnotation{android.LicenseAnnotationSharedDependency}