From 7a683e1a70b68d44ae34427ea9fafd7076a91afd Mon Sep 17 00:00:00 2001 From: khanfrd Date: Fri, 26 Jan 2018 19:50:09 +0530 Subject: [PATCH] sdm660-common: add BOARD_USES_ADRENO flag * Needed to build libc2dcolorconvert libs Change-Id: Ib9350cf2bf571a57195311a98ebce16cefbce7fd --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b1b5094e..68c8ab90 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -147,6 +147,7 @@ BOARD_USES_QCNE := true TARGET_HW_DISK_ENCRYPTION := true # Display +BOARD_USES_ADRENO := true TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true