diff options
Diffstat (limited to 'android/sdk.go')
-rw-r--r-- | android/sdk.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdk.go b/android/sdk.go index 5c58612b0..e70003144 100644 --- a/android/sdk.go +++ b/android/sdk.go @@ -375,6 +375,8 @@ type SdkMemberTypeDependencyTag interface { // SdkMemberType returns the SdkMemberType that will be used to automatically add the child module // to the sdk. + // + // Returning nil will prevent the module being added to the sdk. SdkMemberType(child Module) SdkMemberType // ExportMember determines whether a module added to the sdk through this tag will be exported |