commit | b92e73fc10b5fefa69ef93031a91412527d56971 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Sat Mar 12 02:03:48 2016 -0500 |
committer | Naseer Ahmed <naseer@codeaurora.org> | Thu Apr 28 17:42:00 2016 -0400 |
tree | 50cec063f21015e63dbbf5d502e43ba253059c2c | |
parent | c14b2088b079c637cea23dd97d2f68fd7ed624b8 [diff] [blame] |
hwc: HWC 2.0 implementation Add HWCLayer, HWCCallbacks and implement HWC2 layer functionality. Change-Id: Ic7764e72f4cae534e68764df4cf80eb3db982071
diff --git a/common.mk b/common.mk index 77f62b1..62bd128 100644 --- a/common.mk +++ b/common.mk
@@ -1,6 +1,8 @@ #Common headers display_top := $(call my-dir) +use_hwc2 := false + common_includes := $(display_top)/libqdutils common_includes += $(display_top)/libqservice common_includes += $(display_top)/libcopybit