diff options
Diffstat (limited to 'android/paths.go')
| -rw-r--r-- | android/paths.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/paths.go b/android/paths.go index a733558ba..763cd7c40 100644 --- a/android/paths.go +++ b/android/paths.go @@ -1150,7 +1150,7 @@ func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) Opt type OutputPath struct { basePath - // The soong build directory, i.e. Config.BuildDir() + // The soong build directory, i.e. Config.SoongOutDir() soongOutDir string fullPath string @@ -1544,7 +1544,7 @@ func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) Module type InstallPath struct { basePath - // The soong build directory, i.e. Config.BuildDir() + // The soong build directory, i.e. Config.SoongOutDir() soongOutDir string // partitionDir is the part of the InstallPath that is automatically determined according to the context. |