aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-10-04 21:07:42 +0000
committerJeff Gaston <jeffrygaston@google.com>2017-10-04 21:07:42 +0000
commit7b6118be6b3504df2092d4099067b8495a029873 (patch)
treeccbd32b37d2e8606bc68be56edaccdc7bb54a3cf /android/module.go
parent2370af0e239555d891ef4fffd5597384c947f62e (diff)
downloadbuild_soong-7b6118be6b3504df2092d4099067b8495a029873.tar.gz
build_soong-7b6118be6b3504df2092d4099067b8495a029873.tar.bz2
build_soong-7b6118be6b3504df2092d4099067b8495a029873.zip
Revert "Some clarifications in preparation to automatically order linker dependencies"
This reverts commit 2370af0e239555d891ef4fffd5597384c947f62e. Reason for revert: New Build Breakage: aosp-master/aosp_arm64_ab-userdebug @ 4376965 Change-Id: Ibe4b819c4292457c454bf42e6d94fba3071ec04b
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/module.go b/android/module.go
index 2295e272..2890b604 100644
--- a/android/module.go
+++ b/android/module.go
@@ -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