summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2018-02-19 20:21:47 +0100
committerTim Zimmermann <tim@linux4.de>2023-09-09 08:53:12 +0200
commit8150e5bfdf46fc59a2b212215064820712adc933 (patch)
tree59a8c45b35ba803769173db0c24e30c7d8be795b
parenta4a491d008e02635e2fd92cf964471c357dfbefe (diff)
Add TARGET_SLSI_VARIANT makefile guard
Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 0bbf92f..de582dc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,6 +15,7 @@
# limitations under the License.
#
+ifeq ($(TARGET_SLSI_VARIANT),linaro)
ifeq ($(TARGET_BOARD_PLATFORM),exynos5)
# exynos5_dirs := \
@@ -23,3 +24,4 @@ ifeq ($(TARGET_BOARD_PLATFORM),exynos5)
include $(call all-named-subdir-makefiles,$(exynos5_dirs))
endif
+endif