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