diff options
author | Ramakant Singh <ramaka@codeaurora.org> | 2017-07-18 14:58:37 +0530 |
---|---|---|
committer | Ramakant Singh <ramaka@codeaurora.org> | 2017-07-18 15:07:26 +0530 |
commit | 91b499b2abe670def84728e153f14dae39a2aeb7 (patch) | |
tree | d1916828fd0b53d1a38bfe8d7ed7d4a431c937f3 | |
parent | 6d3af39fda1536b8aad2884f8abba47a068e5823 (diff) |
sdm660: Enable QCOM_DISPLAY_BSP flag
This flag enables the QCOM specific display features
Change-Id: I38636a46d36536f0cd715c0725289ef5d556da81
-rwxr-xr-x | BoardConfig.mk | 2 | ||||
-rw-r--r-- | sdm660_64.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 9d97550..e7309ed 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 bd8b8f0..1f46076 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 |