summaryrefslogtreecommitdiff
path: root/fsgen/filesystem_creator.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2025-03-06 10:18:28 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-03-06 10:18:28 -0800
commit21d5753dbdf9e6c4d3a9f5d17deb72c58c222d6a (patch)
tree6c119e94263105caf578bf70de0af82bdbdaa607 /fsgen/filesystem_creator.go
parentf68b9cbba5b1f6d79992d8dba9e75c8b4d6965da (diff)
parent24f099df737e62f1a6c12c5555da919f62854f51 (diff)
Merge "Generate aconfig flags for autogenerated system_ext partition" into main
Diffstat (limited to 'fsgen/filesystem_creator.go')
-rw-r--r--fsgen/filesystem_creator.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/fsgen/filesystem_creator.go b/fsgen/filesystem_creator.go
index f00e491cc..29d5e791c 100644
--- a/fsgen/filesystem_creator.go
+++ b/fsgen/filesystem_creator.go
@@ -505,6 +505,7 @@ func partitionSpecificFsProps(ctx android.EarlyModuleContext, partitions allGene
}
fsProps.Security_patch = proptools.StringPtr(ctx.Config().PlatformSecurityPatch())
fsProps.Stem = proptools.StringPtr("system_ext.img")
+ fsProps.Gen_aconfig_flags_pb = proptools.BoolPtr(true)
case "product":
fsProps.Gen_aconfig_flags_pb = proptools.BoolPtr(true)
fsProps.Android_filesystem_deps.System = proptools.StringPtr(partitions.nameForType("system"))