summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fsgen/filesystem_creator.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/fsgen/filesystem_creator.go b/fsgen/filesystem_creator.go
index 918e7d062..765b28fd6 100644
--- a/fsgen/filesystem_creator.go
+++ b/fsgen/filesystem_creator.go
@@ -757,6 +757,8 @@ func generateFsProps(ctx android.EarlyModuleContext, partitionType string) (*fil
}
fsProps.Is_auto_generated = proptools.BoolPtr(true)
+ // TODO(b/381120092): Verify mount_point for system partition
+ fsProps.Mount_point = proptools.StringPtr(partitionType)
partitionSpecificFsProps(ctx, fsProps, partitionVars, partitionType)