add makefile guard
authorJan Altensen <info@stricted.net>
Tue, 25 Sep 2018 23:33:33 +0000 (01:33 +0200)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 01:04:09 +0000 (03:04 +0200)
Change-Id: I35720022e6660324c78054414c72d1a1559f097b

Android.mk

index 979b04cb21022dff1d8334793b42a90bd7430feb..ac4f2c4efe3727c0e7db1624c2d97f79cb025da3 100644 (file)
@@ -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