Do not include linkerconfig for recovery

Linkerconfig should be built as static, but recovery does not have
enough space for static binary. As recovery linker configuration is
quite static and simple, this can be generated from build time. As a
first step linkerconfig binary should be removed from recovery.

Bug: 146384333
Test: m -j passed && crosshatch recovery worked with this change
Change-Id: Ie82da787424c5d1ddd2724808aa2323ea881f75b
This commit is contained in:
Kiyoung Kim 2019-12-17 15:27:02 +09:00
parent 5c3bf1b164
commit 2cf6c27240
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ PRODUCT_PACKAGES += \
init_second_stage.recovery \
ld.config.recovery.txt \
linker.recovery \
linkerconfig.recovery \
otacerts.recovery \
recovery \
shell_and_utilities_recovery \