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

Commit 1cb98b77 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Export PRODUCT_COPY_FILES to Soong

The entries will be used to auto generate the prebuilt_* modules in the
filesystem_creator module to be added as deps of the autogenerated
filesystem modules.

Test: m nothing
Bug: 375053752
Change-Id: I01cfc73929d8eb7c8382b78ef9ae73c1a0fc4d3b
parent adab4787
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 {