Rename ConfigAndErrorContext to ConfigurableEvaluatorContext am: e8a8783154
am: 7e167d1516
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3263043 Change-Id: I1846d97a9d93b5c80c0f14e9f6f081e358457162 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
// isActiveModule returns true if the given module should be considered for boot
|
||||
// jars, i.e. if it's enabled and the preferred one in case of source and
|
||||
// prebuilt alternatives.
|
||||
func isActiveModule(ctx android.ConfigAndErrorContext, module android.Module) bool {
|
||||
func isActiveModule(ctx android.ConfigurableEvaluatorContext, module android.Module) bool {
|
||||
if !module.Enabled(ctx) {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user