forked from openkylin/platform_build
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:
parent
08d1865332
commit
914ef21c28
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue