Merge "Make the enabled property configurable" into aosp-main-future
This commit is contained in:
@@ -119,7 +119,7 @@ func isModuleSupported(ctx android.SingletonContext, module android.Module) (*Mo
|
||||
if !ok {
|
||||
return nil, false
|
||||
}
|
||||
if !rModule.Enabled() {
|
||||
if !rModule.Enabled(ctx) {
|
||||
return nil, false
|
||||
}
|
||||
return rModule, true
|
||||
|
Reference in New Issue
Block a user