From 0f1b92df15c99d3030ff11ed6097baa717c8ed1b Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Wed, 26 Sep 2018 01:33:33 +0200 Subject: [PATCH] add makefile guard Change-Id: I35720022e6660324c78054414c72d1a1559f097b --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.mk b/Android.mk index 979b04c..ac4f2c4 100644 --- a/Android.mk +++ b/Android.mk @@ -14,6 +14,8 @@ # limitations under the License. # +ifeq ($(TARGET_BOARD_PLATFORM), exynos5) +ifeq ($(TARGET_SLSI_VARIANT), bsp) ifeq ($(TARGET_SOC), exynos7580) exynos7580_dirs := \ libgatekeeper \ @@ -35,3 +37,5 @@ endif include $(call all-named-subdir-makefiles,$(exynos7580_dirs)) endif +endif +endif -- 2.20.1