commit | 8150e5bfdf46fc59a2b212215064820712adc933 | [log] [tgz] |
---|---|---|
author | Christopher N. Hesse <raymanfx@gmail.com> | Mon Feb 19 20:21:47 2018 +0100 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Sep 09 08:53:12 2023 +0200 |
tree | 59a8c45b35ba803769173db0c24e30c7d8be795b | |
parent | a4a491d008e02635e2fd92cf964471c357dfbefe [diff] |
Add TARGET_SLSI_VARIANT makefile guard Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
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 @@ include $(call all-named-subdir-makefiles,$(exynos5_dirs)) endif +endif