android_hardware_samsung/exynos/multimedia/codecs/video/Android.mk
Chirayu Desai 2c81822525 exynos5: remove sources
- upstream has them at hardware/samsung_slsi

Change-Id: I6721098016ea7d760b553d533613ffc450eefd86
2012-11-23 16:58:24 +05:30

8 lines
157 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
ifeq ($(filter-out exynos4,$(TARGET_BOARD_PLATFORM)),)
include $(LOCAL_PATH)/exynos4/Android.mk
endif