Merge "rust: rust-project.json: Skip disabled modules" into main
This commit is contained in:
@@ -119,6 +119,9 @@ func isModuleSupported(ctx android.SingletonContext, module android.Module) (*Mo
|
||||
if !ok {
|
||||
return nil, false
|
||||
}
|
||||
if !rModule.Enabled() {
|
||||
return nil, false
|
||||
}
|
||||
return rModule, true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user