summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk17
1 files changed, 2 insertions, 15 deletions
diff --git a/Android.mk b/Android.mk
index 8380141..95d9ada 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,18 +1,5 @@
-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 msm8960,$(TARGET_BOARD_PLATFORM)),)
-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
+include $(call all-subdir-makefiles)
-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