From 9d9cb61021aedd17009d682be165dabb9733d8dd Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sat, 18 Jul 2020 12:05:11 +0200 Subject: [PATCH] Revert "[DNM] sm6250-common: disable building with qcom hardware" This reverts commit 31a7722031f2f7c9865eccf8b9b83e11d559c4b4. --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 592a43f..5da170f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -131,7 +131,7 @@ TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop # QCOM -#BOARD_USES_QCOM_HARDWARE := true +BOARD_USES_QCOM_HARDWARE := true # Recovery BOARD_INCLUDE_RECOVERY_DTBO := true