Remove reference to obsolete BuildSnapshot()
Bug: 155628860
Test: m nothing
Merged-In: If673d482e8318b5fbb86780236123b0bd59eb5d3
Change-Id: If673d482e8318b5fbb86780236123b0bd59eb5d3
(cherry picked from commit 425b0eacaa
)
This commit is contained in:
@@ -331,13 +331,7 @@ type SdkMemberType interface {
|
|||||||
|
|
||||||
// Add a prebuilt module that the sdk will populate.
|
// Add a prebuilt module that the sdk will populate.
|
||||||
//
|
//
|
||||||
// Returning nil from this will cause the sdk module type to use the deprecated BuildSnapshot
|
// The sdk module code generates the snapshot as follows:
|
||||||
// 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:
|
|
||||||
//
|
//
|
||||||
// * A properties struct of type SdkMemberProperties is created for each variant and
|
// * A properties struct of type SdkMemberProperties is created for each variant and
|
||||||
// populated with information from the variant by calling PopulateFromVariant(SdkAware)
|
// populated with information from the variant by calling PopulateFromVariant(SdkAware)
|
||||||
|
Reference in New Issue
Block a user