Remove system_linker_config module
The linker.config.pb on the system image has some system-specific build steps. The system_linker_config module was just one of the steps, but the rest of the steps depend on installed files, which are only known to the filesystem modules, so they happen there. Move this first initial step to the filesystem level as well for consistency. Bug: 384091387 Test: Diff'd out/target/product/vsoc_x86_64/system/etc/linker.config.pb before and after this cl Change-Id: Ia27e1b72bd0a003b4043bf3ff089383cff3cd486
Loading
Please register or sign in to comment