From 91b499b2abe670def84728e153f14dae39a2aeb7 Mon Sep 17 00:00:00 2001 From: Ramakant Singh Date: Tue, 18 Jul 2017 14:58:37 +0530 Subject: [PATCH] sdm660: Enable QCOM_DISPLAY_BSP flag This flag enables the QCOM specific display features Change-Id: I38636a46d36536f0cd715c0725289ef5d556da81 --- BoardConfig.mk | 2 +- sdm660_64.mk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 9d975504..e7309edd 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -73,7 +73,7 @@ BOARD_CHARGER_ENABLE_SUSPEND := true TARGET_USES_ION := true TARGET_USES_NEW_ION_API :=true -#TARGET_USES_QCOM_BSP :=true +TARGET_USES_QCOM_DISPLAY_BSP := true #Gralloc h/w specif flags TARGET_USES_HWC2 := true diff --git a/sdm660_64.mk b/sdm660_64.mk index bd8b8f01..1f46076e 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -1,5 +1,4 @@ TARGET_USES_AOSP := true -TARGET_USES_QCOM_BSP := false ifneq ($(TARGET_USES_AOSP),true) DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay