platform_build_soong/filesystem
Jooyung Han df09d173ca Generate linker config with packaged items.
Previously, we gather all deps without checking if a dep is actually one
of packaged items (CopyDepsToZip contents)

For example, following items shouldn't be listed.

provideLibs: "platform-mainline-sdk_libartpalette-system@current.so"
provideLibs: "platform-mainline-sdk_liblog@current.so"
provideLibs: "runtime-module-sdk_libc@current.so"
provideLibs: "runtime-module-sdk_libdl@current.so"
provideLibs: "runtime-module-sdk_libdl_android@current.so"
provideLibs: "runtime-module-sdk_libm@current.so"

Now, we gather only those modules contributing CopyDepsToZip to generate
linker config for android_system_image.

Test: m nothing
Test: m microdroid
Test: conv_linker_config print -s
    .../microdroid/android_common/root/system/etc/linker.config.pb
    shouldn't list sdk members.
Change-Id: Ife5d2193ab59970367d10e196aaaa922c6582862
2021-05-11 11:56:54 +09:00
..
Android.bp android_system_image that generates linker.config.pb 2021-04-21 09:11:21 +09:00
bootimg.go bootimg.cmdline is arch specific 2021-04-13 13:17:59 +09:00
filesystem.go android_system_image that generates linker.config.pb 2021-04-21 09:11:21 +09:00
filesystem_test.go android_system_image that generates linker.config.pb 2021-04-21 09:11:21 +09:00
logical_partition.go Support super image size automatic calculation 2021-04-01 13:19:30 +09:00
system_image.go Generate linker config with packaged items. 2021-05-11 11:56:54 +09:00
testing.go Add filesystem_test.go 2021-04-16 13:20:02 +09:00
vbmeta.go Truncate vbmeta to 64KB 2021-04-14 16:42:24 +09:00