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