summaryrefslogtreecommitdiff
path: root/android/config.go
diff options
context:
space:
mode:
author Lukács T. Berki <lberki@google.com> 2021-08-31 13:38:14 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-08-31 13:38:14 +0000
commitc3dbead65b33e0f7aa8499b3e194f37f921e3d51 (patch)
treeebb91e2246957ab66ae115d94631956baf4144bd /android/config.go
parentf4afb53d4a71f18cfa6a8a194dd2af717ac0b3b7 (diff)
parentb078ade28d94c85cec78e9776eb31948a5647070 (diff)
Merge "Remove some unused args from Blueprint."
Diffstat (limited to 'android/config.go')
-rw-r--r--android/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config.go b/android/config.go
index b69963fd0..d3db68fd2 100644
--- a/android/config.go
+++ b/android/config.go
@@ -66,7 +66,7 @@ type Config struct {
*config
}
-// BuildDir returns the build output directory for the configuration.
+// SoongOutDir returns the build output directory for the configuration.
func (c Config) SoongOutDir() string {
return c.soongOutDir
}