Blueprint API: PackageContext is now an Interface
Change-Id: I656ae3b4657514faa4a1d12d6a33e9cefd8efb84
diff --git a/common/glob.go b/common/glob.go
index 3de18ee..96655cf 100644
--- a/common/glob.go
+++ b/common/glob.go
@@ -68,7 +68,7 @@
// The subset of ModuleContext and SingletonContext needed by Glob
type globContext interface {
- Build(pctx *blueprint.PackageContext, params blueprint.BuildParams)
+ Build(pctx blueprint.PackageContext, params blueprint.BuildParams)
AddNinjaFileDeps(deps ...string)
}