display: add TARGET_PROVIDES_LIBLIGHT

Change-Id: I9388f3582d74b4b569e2807e4ec6177dc50f38d0
This commit is contained in:
Giulio Cervera 2014-01-21 23:06:45 +01:00
parent 4f675df3b1
commit 5c84f2cadb
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,10 @@
display-hals := libgralloc libgenlock libcopybit liblight
display-hals := libgralloc libgenlock libcopybit
display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
display-hals += libmemtrack
ifneq ($(TARGET_PROVIDES_LIBLIGHT),true)
display-hals += liblight
endif
ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(call all-named-subdir-makefiles,$(display-hals))
else

View File

@ -1,6 +1,10 @@
display-hals := libgralloc libgenlock libcopybit liblight
display-hals := libgralloc libgenlock libcopybit
display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
display-hals += libmemtrack
ifneq ($(TARGET_PROVIDES_LIBLIGHT),true)
display-hals += liblight
endif
ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(call all-named-subdir-makefiles,$(display-hals))
else