build for QCOM_HARDWARE

Change-Id: Ie69feab2833d38153c3bb11c708a398629f088e2
This commit is contained in:
Andrew Sutherland 2012-08-02 22:22:02 -05:00
parent 87f0aec7e0
commit becfd45151

View File

@ -1,7 +1,7 @@
#Enables the listed display HAL modules
#libs to be built for QCOM targets only
ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
display-hals := libgralloc libgenlock libcopybit liblight
display-hals += libhwcomposer liboverlay libqdutils
endif