diff options
Diffstat (limited to 'android/sdk.go')
-rw-r--r-- | android/sdk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdk.go b/android/sdk.go index d3f04a4f9..fb1ac24d4 100644 --- a/android/sdk.go +++ b/android/sdk.go @@ -813,7 +813,7 @@ type SdkMemberProperties interface { // SdkMemberContext provides access to information common to a specific member. type SdkMemberContext interface { - ConfigAndErrorContext + ConfigurableEvaluatorContext // SdkModuleContext returns the module context of the sdk common os variant which is creating the // snapshot. |