sdm845-common: Drop BUILD_WITHOUT_VENDOR board flag

This is no longer a thing in CAF HALs and is currently causing breakage
since the HALs are now guarded with this flag.

Change-Id: I740e2f122a6d3a1896dc11f06d87949553ab7bb1
This commit is contained in:
sdv22 2020-05-20 13:23:38 +03:00 committed by Bruno Martins
parent 63050f58df
commit 643f91b165

View File

@ -125,7 +125,6 @@ TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
# QCOM
BOARD_USES_QCOM_HARDWARE := true
BUILD_WITHOUT_VENDOR := true
# Recovery
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"