diff --git a/Android.mk b/Android.mk index 3625068..7f78a01 100644 --- a/Android.mk +++ b/Android.mk @@ -1,3 +1,4 @@ +ifeq ($(TARGET_SLSI_VARIANT),linaro) ifneq ($(filter exynos, $(TARGET_SOC_NAME)),) openmax_dirs := \ videocodec \ @@ -14,3 +15,4 @@ openmax_dirs := \ include $(call all-named-subdir-makefiles,$(openmax_dirs)) endif endif +endif