Merge "Calls check-and-set-avb-args() when the system.img exists"

This commit is contained in:
Treehugger Robot
2022-01-06 03:58:08 +00:00
committed by Gerrit Code Review

View File

@@ -3819,7 +3819,9 @@ ifdef INSTALLED_VENDOR_BOOTIMAGE_TARGET
$(eval $(call check-and-set-avb-args,vendor_boot))
endif
ifdef INSTALLED_SYSTEMIMAGE_TARGET
$(eval $(call check-and-set-avb-args,system))
endif
ifdef INSTALLED_VENDORIMAGE_TARGET
$(eval $(call check-and-set-avb-args,vendor))