Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1c410a3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Export PRODUCT_COPY_FILES to Soong" into main

parents 22804bec 1cb98b77
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -591,6 +591,8 @@ type PartitionVariables struct {

	ProductPackages      []string `json:",omitempty"`
	ProductPackagesDebug []string `json:",omitempty"`

	ProductCopyFiles map[string]string `json:",omitempty"`
}

func boolPtr(v bool) *bool {