diff options
author | 2025-03-04 04:11:55 -0800 | |
---|---|---|
committer | 2025-03-04 04:11:55 -0800 | |
commit | bc917d9f15858dbf8d7d936173a5c767215e74b8 (patch) | |
tree | d1a788f253a48ea82f5d0ecf9eccc795be1dcfab /fsgen/filesystem_creator.go | |
parent | 570a6d2c5ad018e10df3c8d0f8e7d9ec70ecf7af (diff) | |
parent | d5df518597aaa1a7e7d8ad44c854c1e4e73dc05d (diff) |
Merge changes from topic "revive_system_ext_aconfig_container" into main
* changes:
Soong filesystem generates aconfig files for subpartitions
Revert "Treat system_ext as system container"
Diffstat (limited to 'fsgen/filesystem_creator.go')
-rw-r--r-- | fsgen/filesystem_creator.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fsgen/filesystem_creator.go b/fsgen/filesystem_creator.go index 937882236..f00e491cc 100644 --- a/fsgen/filesystem_creator.go +++ b/fsgen/filesystem_creator.go @@ -493,10 +493,6 @@ func partitionSpecificFsProps(ctx android.EarlyModuleContext, partitions allGene fsProps.Base_dir = proptools.StringPtr("system") fsProps.Dirs = proptools.NewSimpleConfigurable(commonPartitionDirs) fsProps.Security_patch = proptools.StringPtr(ctx.Config().PlatformSecurityPatch()) - - if systemExtName := partitions.nameForType("system_ext"); systemExtName != "" { - fsProps.Import_aconfig_flags_from = []string{systemExtName} - } fsProps.Stem = proptools.StringPtr("system.img") case "system_ext": if partitionVars.ProductFsverityGenerateMetadata { |