From: Jan Altensen Date: Tue, 25 Sep 2018 23:33:33 +0000 (+0200) Subject: add makefile guard X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0f1b92df15c99d3030ff11ed6097baa717c8ed1b;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos7580.git add makefile guard Change-Id: I35720022e6660324c78054414c72d1a1559f097b --- 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