Support rust in aconfig mode validation.
Bug: 323071835 Test: Unit tests Change-Id: I6de2a6fe1618e21c9aab728e6d77c6b0c6ce33df
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user