Merge changes from topic "refactor-packagingbase"
* changes: Move GatherPackagingSpecs out of CopyDepsToZip Keep 'partition' in PackagingSpec
This commit is contained in:
@@ -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().
|
||||
|
Reference in New Issue
Block a user