summaryrefslogtreecommitdiff
path: root/android/paths.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/paths.go
parentf4afb53d4a71f18cfa6a8a194dd2af717ac0b3b7 (diff)
parentb078ade28d94c85cec78e9776eb31948a5647070 (diff)
Merge "Remove some unused args from Blueprint."
Diffstat (limited to 'android/paths.go')
-rw-r--r--android/paths.go4
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.