summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorDileep Marchya <dmarchya@codeaurora.org>2014-11-04 17:04:50 -0800
committerDileep Marchya <dmarchya@codeaurora.org>2014-12-02 01:06:12 -0800
commitaef83adb7eaf15d2cce7e498facce735ba45fadc (patch)
treecec915297db613bf895368b40e821ed43de8ec57 /Android.mk
parentf4b46aeb5f8dc2791bd752716c2f2530c5c5be73 (diff)
downloaddisplay-aef83adb7eaf15d2cce7e498facce735ba45fadc.tar.gz
sde: Make validate and commit ioctl calls on driver.
1. Update hw framebuffer implementation to compose layers for validation with driver. 2. Use atomic commit ioctl to send layers for validation and commit on driver. 3. Add different buffer formats handling in hw framebuffer. Change-Id: I13f9c245c14859c8e2680ef724cfebb59a0d990e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 4a951c83..b3015af3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,14 +1,13 @@
# This flag will be set to true during migration to Snapdragon Display Engine.
TARGET_USES_SDE = false
-display-hals := libgralloc libcopybit liblight libmemtrack
+display-hals := libgralloc libcopybit liblight libmemtrack libqservice
ifeq ($(TARGET_USES_SDE), true)
sde-libs := displayengine/libs
display-hals += $(sde-libs)/utils $(sde-libs)/core $(sde-libs)/hwc
else
display-hals += libgenlock libhwcomposer liboverlay libqdutils libhdmi
- display-hals += libqservice
endif
ifeq ($(call is-vendor-board-platform,QCOM),true)