Merge changes from topic "refactor-packagingbase"

* changes:
  Move GatherPackagingSpecs out of CopyDepsToZip
  Keep 'partition' in PackagingSpec
This commit is contained in:
Ram Muthiah
2022-03-29 13:45:22 +00:00
committed by Gerrit Code Review
5 changed files with 23 additions and 12 deletions

View File

@@ -151,7 +151,7 @@ func (f *hostSnapshot) GenerateAndroidBuildActions(ctx android.ModuleContext) {
f.installDir = android.PathForModuleInstall(ctx)
f.CopyDepsToZip(ctx, depsZipFile)
f.CopyDepsToZip(ctx, f.GatherPackagingSpecs(ctx), depsZipFile)
builder := android.NewRuleBuilder(pctx, ctx)
builder.Command().