summaryrefslogtreecommitdiffstats
path: root/exynos/multimedia/codecs/audio/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'exynos/multimedia/codecs/audio/Android.mk')
-rw-r--r--exynos/multimedia/codecs/audio/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/exynos/multimedia/codecs/audio/Android.mk b/exynos/multimedia/codecs/audio/Android.mk
new file mode 100644
index 0000000..3bc3577
--- /dev/null
+++ b/exynos/multimedia/codecs/audio/Android.mk
@@ -0,0 +1,11 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+ifeq ($(filter-out exynos4,$(TARGET_BOARD_PLATFORM)),)
+include $(LOCAL_PATH)/exynos4/Android.mk
+endif
+
+ifeq ($(filter-out exynos5,$(TARGET_BOARD_PLATFORM)),)
+include $(LOCAL_PATH)/exynos5/Android.mk
+endif