platform_build_soong/filesystem
Jeongik Cha 54bf875c97 Add GatherPackagingSpecsWithFilter
android_system_image used GatherPackagingSpecs and then filter only
system modules. But some modules were omitted in this logic because
there are modules which has the same relative path, so the later one is
ignored even though its partition info is what we're looking for. So add
filter logic in GatherPackagingSpecs to avoid this problem

Bug: 323793487
Test: build android_system_image, and then check if it contains every
module we want

Change-Id: Iec8ae920736d3d1920eecad71ba0f8f2fe848e6c
2024-02-08 11:14:43 +09:00
..
Android.bp [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image 2023-01-10 15:38:31 +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 Add defaults modules for avb modules 2023-11-22 18:55:46 +09:00
bootimg.go Support deterministic output for bootimg/filesystem 2022-04-21 14:36:40 +09:00
filesystem.go Add GatherPackagingSpecsWithFilter 2024-02-08 11:14:43 +09:00
filesystem_test.go Make filesystem aware of coverage 2023-03-16 13:11:17 +09:00
logical_partition.go Remove InstallBypassMake and ToMakePath 2021-12-15 15:22:53 -08:00
raw_binary.go raw_binary output should not be executable. 2022-05-24 13:57:17 +00:00
system_image.go Add GatherPackagingSpecsWithFilter 2024-02-08 11:14:43 +09:00
testing.go Add filesystem_test.go 2021-04-16 13:20:02 +09:00
vbmeta.go Support adding AVB properties into vbmeta module 2023-11-22 13:00:25 +09:00