bp2build for tidy_disabled_srcs
Bug: 195029134 Test: m bp2build Change-Id: I9591439213dbf0ef68cd33151b3e32f6f6c68551
This commit is contained in:
@@ -678,7 +678,7 @@ func testBinaryBp2build(ctx android.TopDownMutatorContext, m *Module) {
|
||||
}
|
||||
}
|
||||
|
||||
m.convertTidyAttributes(&testBinaryAttrs.tidyAttributes)
|
||||
m.convertTidyAttributes(ctx, &testBinaryAttrs.tidyAttributes)
|
||||
|
||||
for _, propIntf := range m.GetProperties() {
|
||||
if testLinkerProps, ok := propIntf.(*TestLinkerProperties); ok {
|
||||
|
Reference in New Issue
Block a user