Home | History | Annotate | Download | only in msm8998
      1 QCOM_MEDIA_ROOT := $(call my-dir)
      2 
      3 #Compile these for all targets under QCOM_BOARD_PLATFORMS list.
      4 ifeq ($(call is-board-platform-in-list, $(QCOM_BOARD_PLATFORMS)),true)
      5 include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk
      6 include $(QCOM_MEDIA_ROOT)/libstagefrighthw/Android.mk
      7 endif
      8 
      9 ifeq ($(call is-board-platform-in-list, $(MSM_VIDC_TARGET_LIST)),true)
     10 include $(QCOM_MEDIA_ROOT)/mm-video-v4l2/Android.mk
     11 
     12 ifeq ($(BOARD_USES_ADRENO), true)
     13 include $(QCOM_MEDIA_ROOT)/libc2dcolorconvert/Android.mk
     14 endif
     15 
     16 endif
     17