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