By default sparsed images gets generated for Android system.img & vendor.img in Android 8.0.0
If you want to build non-sparsed images change the following lines
in file device/sabresd_6dq/BoardConfig.mk
# we don't support sparse image.
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
it will be false in untouched version.