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

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

Merge "Remove mount_point property from system images" into main

parents 242c9bfc 1c026060
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -763,8 +763,9 @@ func generateFsProps(ctx android.EarlyModuleContext, partitionType string) (*fil
	}

	fsProps.Is_auto_generated = proptools.BoolPtr(true)
	// TODO(b/381120092): Verify mount_point for system partition
	if partitionType != "system" {
		fsProps.Mount_point = proptools.StringPtr(partitionType)
	}

	partitionSpecificFsProps(ctx, fsProps, partitionVars, partitionType)