diff options
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 } |