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:
commit
1326be14e1
|
@ -739,6 +739,8 @@ func (d *ApexBundleDepsInfo) BuildDepsInfoLists(ctx ModuleContext, minSdkVersion
|
|||
|
||||
d.flatListPath = PathForModuleOut(ctx, "depsinfo", "flatlist.txt").OutputPath
|
||||
WriteFileRule(ctx, d.flatListPath, flatContent.String())
|
||||
|
||||
ctx.Phony(fmt.Sprintf("%s-depsinfo", ctx.ModuleName()), d.fullListPath, d.flatListPath)
|
||||
}
|
||||
|
||||
// TODO(b/158059172): remove minSdkVersion allowlist
|
||||
|
|
Loading…
Reference in New Issue