Revert "Some clarifications in preparation to automatically order linker dependencies"

This reverts commit 2370af0e23.

Reason for revert: New Build Breakage: aosp-master/aosp_arm64_ab-userdebug @ 4376965

Change-Id: Ibe4b819c4292457c454bf42e6d94fba3071ec04b
This commit is contained in:
Jeff Gaston
2017-10-04 21:07:42 +00:00
parent 2370af0e23
commit 7b6118be6b
12 changed files with 189 additions and 197 deletions

View File

@@ -99,11 +99,7 @@ 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