platform_build_soong/filesystem
Jooyung Han 0fbbc2b0d4 android_system_image only packages "system" items
android_system_image filers packaging items installed outside "system"
partition.

Some packaging items install related items to different partitions but
putting them altogether to android_system_image doesn't make sense.
(android_system_image is suppposed to be "system" partition)

To be specific, this filters out "apex" partition items.  "apex"
partition is used by APEX installation to install APEX contents to paths
similar to activated paths on device so that symbol lookup works well
with APEX contents.

Bug: 225121718
Test: atest MicrodroidHostTestCases
Test: debugfs <intermediate>/microdroid.img -R 'ls system'
  shows no "com.android.runtime"
Change-Id: Ibc3d85ead2fda99e231132ce8ab9ccf1cc9317b7
2022-03-29 07:56:02 +09:00
..
Android.bp android_system_image that generates linker.config.pb 2021-04-21 09:11:21 +09:00
bootimg.go ramdisk_module and dtb_prebuild properties are optional 2022-01-06 14:28:53 +09:00
filesystem.go android_system_image only packages "system" items 2022-03-29 07:56:02 +09:00
filesystem_test.go android_system_image only packages "system" items 2022-03-29 07:56:02 +09:00
logical_partition.go Remove InstallBypassMake and ToMakePath 2021-12-15 15:22:53 -08:00
system_image.go android_system_image only packages "system" items 2022-03-29 07:56:02 +09:00
testing.go Add filesystem_test.go 2021-04-16 13:20:02 +09:00
vbmeta.go Remove InstallBypassMake and ToMakePath 2021-12-15 15:22:53 -08:00