android_build_soong/filesystem
Cole Faust 2cfe696f4c Properly initialize android_system_image modules
android_system_image just passed its embedded filesystem module to
InitAndroidModule (transitively via initFilesystemModule). This meant
that ModuleBase.module was pointing to the filesystem module, not
the system image module. This was a problem for the new "changeable
configuration" feature I'm working on, but you can also more readily
see the issue if you add a GenerateAndroidBuildActions function to
android_system_image: it won't be called.

Bug: 361816274
Test: Presubmits
Change-Id: I41978037b81910309a000dc1bba327e513ba5dce
2024-09-17 11:31:14 -07:00
..
aconfig_files.go Generate file list installed from a filesystem 2024-07-02 02:22:37 +00:00
Android.bp Soong filesystem may install aconfig_flags.pb 2024-05-13 23:14:42 +00:00
avb_add_hash_footer.go avb_add_hash_footer: fix rollback_index format 2024-01-19 12:55:09 -08:00
avb_gen_vbmeta_image.go Use OutputFilesProvider on filesystem module types 2024-06-07 11:15:33 -07:00
bootimg.go Use OutputFilesProvider on filesystem module types 2024-06-07 11:15:33 -07:00
filesystem.go Properly initialize android_system_image modules 2024-09-17 11:31:14 -07:00
filesystem_test.go Make PathForArbitraryOutput return an OutputPath 2024-07-29 14:00:46 -07:00
fsverity_metadata.go Generate file list installed from a filesystem 2024-07-02 02:22:37 +00:00
logical_partition.go logical_partition.groups.partitions.filesystem can be empty 2024-08-27 18:00:40 +09:00
raw_binary.go Use OutputFilesProvider on filesystem module types 2024-06-07 11:15:33 -07:00
system_image.go Properly initialize android_system_image modules 2024-09-17 11:31:14 -07:00
testing.go Add filesystem_test.go 2021-04-16 13:20:02 +09:00
vbmeta.go Add framework for using provider on AndroidMKEntries 2024-09-11 10:38:41 -07:00