summaryrefslogtreecommitdiff
path: root/Android.mk
blob: 8380141e1d68355125e887131a9fc3fca63ac474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QCOM_MEDIA_ROOT := $(call my-dir)
ifneq ($(filter msm7627a,$(TARGET_BOARD_PLATFORM)),)
include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk
include $(QCOM_MEDIA_ROOT)/libstagefrighthw/Android.mk
endif

ifneq ($(filter msm8660 msm7630_surf,$(TARGET_BOARD_PLATFORM)),)
include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk
include $(QCOM_MEDIA_ROOT)/libstagefrighthw/Android.mk
include $(QCOM_MEDIA_ROOT)/mm-video/Android.mk
endif

ifneq ($(filter msm8610 msm8226 msm8974 msm8960,$(TARGET_BOARD_PLATFORM)),)
include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk
include $(QCOM_MEDIA_ROOT)/libstagefrighthw/Android.mk
include $(QCOM_MEDIA_ROOT)/mm-video/Android.mk
include $(QCOM_MEDIA_ROOT)/libc2dcolorconvert/Android.mk
endif