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