commit | d920d05199d90c5a1a5c2f2c5f9f5d0ad7b9e4b0 | [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:48:52 2023 +0200 |
tree | 88403c2619a1e000865da9a37200bebe61139983 | |
parent | cc36072c3c865e83eb3687f271cf74b1be688767 [diff] |
Add TARGET_SLSI_VARIANT makefile guard Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
diff --git a/Android.mk b/Android.mk index e52e8c5..9a9d929 100644 --- a/Android.mk +++ b/Android.mk
@@ -14,6 +14,7 @@ # limitations under the License. # +ifeq ($(TARGET_SLSI_VARIANT),linaro) ifneq ($(filter exynos, $(TARGET_SOC_NAME)),) common_exynos_dirs := \ libdisplaycolor \ @@ -123,3 +124,4 @@ include $(call all-named-subdir-makefiles,$(common_exynos_dirs)) endif endif +endif