From: Christopher N. Hesse Date: Mon, 19 Feb 2018 19:21:47 +0000 (+0100) Subject: Add TARGET_SLSI_VARIANT makefile guard X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90e8221e35fda2d70f87cdc0d994515eebcbbbee;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos.git Add TARGET_SLSI_VARIANT makefile guard Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506 --- diff --git a/Android.mk b/Android.mk index 38d1631..bc10d74 100644 --- a/Android.mk +++ b/Android.mk @@ -14,6 +14,8 @@ # limitations under the License. # +ifeq ($(TARGET_SLSI_VARIANT),bsp) + common_exynos_dirs := \ libion_exynos \ libexynosutils \ @@ -134,3 +136,5 @@ endif endif include $(call all-named-subdir-makefiles,$(common_exynos_dirs)) + +endif # TARGET_SLSI_VARIANT