diff options
author | Vara Prasad A V S G <vavsg@codeaurora.org> | 2017-03-28 10:44:56 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-27 22:16:51 -0700 |
commit | 73c963fb24d11c3154bcbd1c200c0077f4fd02a3 (patch) | |
tree | 940b25160107cd1c036a4d28e001212afafccaec /BoardConfig.mk | |
parent | d10fc1160d4b1387654b0052ae86e60f81584c13 (diff) |
sdm660_64: Enable HWC2, Enable gralloc1, Add graphics HALs.
Add allocator, mapper and composer HALs.
This relies on TARGET_USES_HWC2 and TARGET_USES_GRALLOC1 being
enabled.
Change-Id: I913f4d8fa719261abf52becf7d24fef433f7f1d5
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 7583cf3..e44710f 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -72,6 +72,10 @@ TARGET_USES_ION := true TARGET_USES_NEW_ION_API :=true #TARGET_USES_QCOM_BSP :=true +#Gralloc h/w specif flags +TARGET_USES_HWC2 := true +TARGET_USES_GRALLOC1 := true + ifeq ($(BOARD_KERNEL_CMDLINE),) ifeq ($(TARGET_KERNEL_VERSION),4.4) BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 |