From 3ef353088bca080cf5215239c90c4bb9d0ef3931 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Mon, 19 Feb 2018 20:21:47 +0100 Subject: [PATCH] Add TARGET_SLSI_VARIANT makefile guard Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506 --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) 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