Merge "Add phony target for depsinfo." am: 4b5c5f9283

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1594091

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I58eed9ca879b5ebeac93f3db517b9f96f44cbc39
This commit is contained in:
Treehugger Robot
2021-02-22 11:47:23 +00:00
committed by Automerger Merge Worker

View File

@@ -739,6 +739,8 @@ func (d *ApexBundleDepsInfo) BuildDepsInfoLists(ctx ModuleContext, minSdkVersion
d.flatListPath = PathForModuleOut(ctx, "depsinfo", "flatlist.txt").OutputPath d.flatListPath = PathForModuleOut(ctx, "depsinfo", "flatlist.txt").OutputPath
WriteFileRule(ctx, d.flatListPath, flatContent.String()) WriteFileRule(ctx, d.flatListPath, flatContent.String())
ctx.Phony(fmt.Sprintf("%s-depsinfo", ctx.ModuleName()), d.fullListPath, d.flatListPath)
} }
// TODO(b/158059172): remove minSdkVersion allowlist // TODO(b/158059172): remove minSdkVersion allowlist