aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/cvd-host-package.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cvd-host-package.go b/build/cvd-host-package.go
index d15708396..5ff885efb 100644
--- a/build/cvd-host-package.go
+++ b/build/cvd-host-package.go
@@ -87,7 +87,7 @@ var pctx = android.NewPackageContext("android/soong/cuttlefish")
func (c *cvdHostPackage) GenerateAndroidBuildActions(ctx android.ModuleContext) {
zipFile := android.PathForModuleOut(ctx, "package.zip")
- c.CopyDepsToZip(ctx, zipFile)
+ c.CopyDepsToZip(ctx, c.GatherPackagingSpecs(ctx), zipFile)
// Dir where to extract the zip file and construct the final tar.gz from
packageDir := android.PathForModuleOut(ctx, ".temp")