diff options
| author | 2021-08-31 13:38:14 +0000 | |
|---|---|---|
| committer | 2021-08-31 13:38:14 +0000 | |
| commit | c3dbead65b33e0f7aa8499b3e194f37f921e3d51 (patch) | |
| tree | ebb91e2246957ab66ae115d94631956baf4144bd /android/config.go | |
| parent | f4afb53d4a71f18cfa6a8a194dd2af717ac0b3b7 (diff) | |
| parent | b078ade28d94c85cec78e9776eb31948a5647070 (diff) | |
Merge "Remove some unused args from Blueprint."
Diffstat (limited to 'android/config.go')
| -rw-r--r-- | android/config.go | 2 |
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 } |