1QCOM_MEDIA_ROOT := $(call my-dir) 2 3#Compile these for all targets under QCOM_BOARD_PLATFORMS list. 4ifneq (,$(call is-board-platform-in-list2, $(QCOM_BOARD_PLATFORMS))) 5ifneq ($(BUILD_WITHOUT_VENDOR),true) 6include $(QCOM_MEDIA_ROOT)/libstagefrighthw/Android.mk 7include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk 8endif 9endif 10 11ifneq (,$(call is-board-platform-in-list2, $(MSM_VIDC_TARGET_LIST))) 12ifneq ($(BUILD_WITHOUT_VENDOR),true) 13include $(QCOM_MEDIA_ROOT)/libplatformconfig/Android.mk 14include $(QCOM_MEDIA_ROOT)/mm-video-v4l2/Android.mk 15include $(QCOM_MEDIA_ROOT)/libc2dcolorconvert/Android.mk 16endif 17endif 18