sdm660: Enable QCOM_DISPLAY_BSP flag
This flag enables the QCOM specific display features Change-Id: I38636a46d36536f0cd715c0725289ef5d556da81
This commit is contained in:
parent
6d3af39fda
commit
91b499b2ab
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue