summaryrefslogtreecommitdiff
path: root/fsgen/filesystem_creator.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2025-01-09 15:42:55 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-01-09 15:42:55 -0800
commit41692ce4861588107d0db45dae059f53c6405c01 (patch)
treec4a0ce27a0479c5f15a1221812d0dd5a5127efec /fsgen/filesystem_creator.go
parentc44ef1df2141fe278e9fd1b3cba231f0fe4f8c43 (diff)
parent1259effb5f09d55eb1422cdefade72a32fd36210 (diff)
Merge "Rename soong generated super to super_image" into main
Diffstat (limited to 'fsgen/filesystem_creator.go')
-rw-r--r--fsgen/filesystem_creator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsgen/filesystem_creator.go b/fsgen/filesystem_creator.go
index 0fcb22f9e..376c5d968 100644
--- a/fsgen/filesystem_creator.go
+++ b/fsgen/filesystem_creator.go
@@ -161,7 +161,7 @@ func (f *filesystemCreator) createInternalModules(ctx android.LoadHookContext) {
if buildingSuperImage(partitionVars) {
createSuperImage(ctx, finalSoongGeneratedPartitions, partitionVars)
- f.properties.Super_image = ":" + generatedModuleName(ctx.Config(), "super")
+ f.properties.Super_image = ":" + generatedModuleNameForPartition(ctx.Config(), "super")
}
ctx.Config().Get(fsGenStateOnceKey).(*FsGenState).soongGeneratedPartitions = finalSoongGeneratedPartitions