Some clarifications in preparation to automatically order linker dependencies
Test: Browse the code and determine whether it's easier to understand Bug: 66260943 Change-Id: Ia3fdb8f38e83ad8225a72c8de2804db23a90ef9b
This commit is contained in:
@@ -99,7 +99,11 @@ type ModuleContext interface {
|
||||
type Module interface {
|
||||
blueprint.Module
|
||||
|
||||
// GenerateAndroidBuildActions is analogous to Blueprints' GenerateBuildActions,
|
||||
// but GenerateAndroidBuildActions also has access to Android-specific information.
|
||||
// For more information, see Module.GenerateBuildActions within Blueprint's module_ctx.go
|
||||
GenerateAndroidBuildActions(ModuleContext)
|
||||
|
||||
DepsMutator(BottomUpMutatorContext)
|
||||
|
||||
base() *ModuleBase
|
||||
|
Reference in New Issue
Block a user