Add TARGET_SLSI_VARIANT makefile guard
authorChristopher N. Hesse <raymanfx@gmail.com>
Mon, 19 Feb 2018 19:21:47 +0000 (20:21 +0100)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 10:22:42 +0000 (12:22 +0200)
Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506

Android.mk

index 38d1631c1a2f8fd1e5d5203fd39010f635ad8a39..bc10d743487f7577b42b3fa0743b147b048d515a 100644 (file)
@@ -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