summaryrefslogtreecommitdiff
path: root/android/sdk.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2020-05-07 15:50:06 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-05-07 15:50:06 +0000
commit38e2fbdc902b267ddfb0aa8ded4d91cd13fdd170 (patch)
tree4541f06ddc25dff61a391fc412a30d9c93184703 /android/sdk.go
parent4779327cf81efbcd5cabb9ec2206ac07ca3bec04 (diff)
parent425b0eacaaa7f37acd8c99195d53a3299de97df6 (diff)
Merge changes If673d482,I98b575b8
* changes: Remove reference to obsolete BuildSnapshot() Correct order of parameters to AssertDeepEquals
Diffstat (limited to 'android/sdk.go')
-rw-r--r--android/sdk.go8
1 files changed, 1 insertions, 7 deletions
diff --git a/android/sdk.go b/android/sdk.go
index 6f62f552c..873e08942 100644
--- a/android/sdk.go
+++ b/android/sdk.go
@@ -331,13 +331,7 @@ type SdkMemberType interface {
// Add a prebuilt module that the sdk will populate.
//
- // Returning nil from this will cause the sdk module type to use the deprecated BuildSnapshot
- // method to build the snapshot. That method is deprecated because it requires the SdkMemberType
- // implementation to do all the word.
- //
- // Otherwise, returning a non-nil value from this will cause the sdk module type to do the
- // majority of the work to generate the snapshot. The sdk module code generates the snapshot
- // as follows:
+ // The sdk module code generates the snapshot as follows:
//
// * A properties struct of type SdkMemberProperties is created for each variant and
// populated with information from the variant by calling PopulateFromVariant(SdkAware)