android_hardware_qcom_display/Android.mk
Jeykumar Sankaran e61c2f0a86 liboverlay: change in overlay due to overlay HAL removal
-- remove overlay.cpp and overlayState.cpp
-- change setParameter to setTransform

Change-Id: I6ec591810cbfe53e51b0c88ef547a2e687ea69b3
2011-11-18 02:04:18 -08:00

9 lines
258 B
Makefile

#Enables the listed display HAL modules
display-hals := liboverlay
ifeq ($(TARGET_USES_ION),true)
display-hals += libgralloc
include $(call all-named-subdir-makefiles,$(display-hals))
endif
include $(call all-named-subdir-makefiles,$(display-hals))