Merge "Support rust in aconfig mode validation." into main

This commit is contained in:
Yu Liu
2024-03-18 20:49:35 +00:00
committed by Gerrit Code Review
2 changed files with 157 additions and 0 deletions

View File

@@ -1063,6 +1063,12 @@ func (d dependencyTag) LicenseAnnotations() []android.LicenseAnnotation {
return nil
}
func (d dependencyTag) PropagateAconfigValidation() bool {
return d == rlibDepTag || d == sourceDepTag
}
var _ android.PropagateAconfigValidationDependencyTag = dependencyTag{}
var _ android.LicenseAnnotationsDependencyTag = dependencyTag{}
var (