Add linker to VAB with vendor_ramdisk

Add linker.vendor_ramdisk for Virtual A/B devices with
a vendor_ramdisk because e2fsck is dynamic.

Test: pass
Bug: 173425293
Change-Id: I0a6f5bf15362e28eaa07a4d639ea23749b94b0f5
This commit is contained in:
Yifan Hong 2020-12-02 19:51:04 -08:00
parent 08d1865332
commit 914ef21c28
1 changed files with 3 additions and 1 deletions

View File

@ -21,4 +21,6 @@ PRODUCT_VIRTUAL_AB_OTA := true
PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.enabled=true
PRODUCT_PACKAGES += e2fsck.vendor_ramdisk
PRODUCT_PACKAGES += \
linker.vendor_ramdisk \
e2fsck.vendor_ramdisk \