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

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

Merge "linker_config_src in filesystem may read filegroup" into main

parents 01efb834 903856e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ type systemImage struct {


type systemImageProperties struct {
type systemImageProperties struct {
	// Path to the input linker config json file.
	// Path to the input linker config json file.
	Linker_config_src *string
	Linker_config_src *string `android:"path"`
}
}


// android_system_image is a specialization of android_filesystem for the 'system' partition.
// android_system_image is a specialization of android_filesystem for the 'system' partition.