Home | History | Annotate | Download | only in sdm845
      1 sdm-libs := sdm/libs
      2 display-hals := include libqservice libqdutils $(sdm-libs)/utils $(sdm-libs)/core
      3 
      4 ifneq ($(TARGET_IS_HEADLESS), true)
      5     display-hals += libcopybit liblight libmemtrack hdmi_cec \
      6                     $(sdm-libs)/hwc $(sdm-libs)/hwc2 gpu_tonemapper libdrmutils
      7 endif
      8 
      9 ifneq ($(TARGET_USES_GRALLOC1), true)
     10     display-hals += libgralloc
     11 else
     12     display-hals += libgralloc1
     13 endif
     14 
     15 ifeq ($(call is-vendor-board-platform,QCOM),true)
     16     include $(call all-named-subdir-makefiles,$(display-hals))
     17 else
     18 ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
     19     include $(call all-named-subdir-makefiles,$(display-hals))
     20 endif
     21 endif
     22