diff options
| author | Christopher N. Hesse <raymanfx@gmail.com> | 2018-02-19 20:21:47 +0100 |
|---|---|---|
| committer | Tim Zimmermann <tim@linux4.de> | 2023-09-09 08:53:12 +0200 |
| commit | 8150e5bfdf46fc59a2b212215064820712adc933 (patch) | |
| tree | 59a8c45b35ba803769173db0c24e30c7d8be795b | |
| parent | a4a491d008e02635e2fd92cf964471c357dfbefe (diff) | |
Add TARGET_SLSI_VARIANT makefile guard
Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
