summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Filetto <matt.filetto@gmail.com>2017-02-09 02:25:11 -0800
committerMatt Filetto <matt.filetto@gmail.com>2017-02-18 23:44:17 -0800
commit9da12ab0b8be3302e76af5e079355cc08aede646 (patch)
treeab50b25c3261dd014929fa34b7ffdebdc65f622b
parent54dd8a98e867bac7aef904e840a81a80dbe6f1c8 (diff)
v20: use HWC1 for now as it fixes LiveDisplay
* Will revist at a later date Change-Id: Ibd6519423dd6451e5eaedcf608abb6d18e25e4cd Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 7ee25ba..1c34248 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -18,5 +18,8 @@
# inherit from common msm8996
-include device/lge/msm8996-common/BoardConfigCommon.mk
+# Display
+TARGET_USES_HWC2 := false
+
# inherit from the proprietary version
-include vendor/lge/v20-common/BoardConfigVendor.mk