From b078ade28d94c85cec78e9776eb31948a5647070 Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Tue, 31 Aug 2021 10:42:08 +0200 Subject: Remove some unused args from Blueprint. These are: TopFile and GeneratingPrimaryBuilder. Also re-shuffle the list of flags to make a bit more sense and finish the rename of BuildDir and NinjaBuildDir to SoongOutDir and OutDir, respectively. Test: Presubmits. Change-Id: I103ff5f09f1c0d16f695a7da5dea13b55028e33e --- android/paths.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/paths.go') 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. -- cgit v1.2.3-59-g8ed1b