
hw_fence driver is not required for taro variants. Since the Display SI 3.0 is shared with taro dev SI variant, avoid compiling hw_fence as dlkm for taro target. Change-Id: I84637f2546fd0818d956880fbc1bb86a30a7c916 Signed-off-by: Ingrid Gallardo <quic_ingridg@quicinc.com>
8 rivejä
226 B
Makefile
8 rivejä
226 B
Makefile
MM_DRIVER_PATH := $(call my-dir)
|
|
include $(MM_DRIVER_PATH)/msm_ext_display/Android.mk
|
|
ifneq ($(TARGET_BOARD_PLATFORM), taro)
|
|
include $(MM_DRIVER_PATH)/hw_fence/Android.mk
|
|
include $(MM_DRIVER_PATH)/sync_fence/Android.mk
|
|
endif
|
|
|