Merge "Calls check-and-set-avb-args() when the system.img exists" am: 99bec02344
am: 7238491c1c
am: a0e28118af
Original change: https://android-review.googlesource.com/c/platform/build/+/1934176 Change-Id: I5bfe28ee0af83c4946eb8ad6ba05f5a770eeecb3
This commit is contained in:
commit
3f357470d2
1 changed files with 2 additions and 0 deletions
|
@ -3819,7 +3819,9 @@ ifdef INSTALLED_VENDOR_BOOTIMAGE_TARGET
|
||||||
$(eval $(call check-and-set-avb-args,vendor_boot))
|
$(eval $(call check-and-set-avb-args,vendor_boot))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef INSTALLED_SYSTEMIMAGE_TARGET
|
||||||
$(eval $(call check-and-set-avb-args,system))
|
$(eval $(call check-and-set-avb-args,system))
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef INSTALLED_VENDORIMAGE_TARGET
|
ifdef INSTALLED_VENDORIMAGE_TARGET
|
||||||
$(eval $(call check-and-set-avb-args,vendor))
|
$(eval $(call check-and-set-avb-args,vendor))
|
||||||
|
|
Loading…
Reference in a new issue