commit | 53625ff23627d8bd132d2200f2421c93321f9bca | [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 09:50:53 2023 +0200 |
tree | 7bf394e589347ff27d9511cd66efdd37dcccf93a | |
parent | d83d6e406ff13920f25223c439e8b79ad6af5484 [diff] |
Add TARGET_SLSI_VARIANT makefile guard Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
diff --git a/Android.mk b/Android.mk index 28dda55..49a691e 100644 --- a/Android.mk +++ b/Android.mk
@@ -14,9 +14,11 @@ # limitations under the License. # +ifeq ($(TARGET_SLSI_VARIANT),linaro) ifeq ($(TARGET_SOC_BASE), exynos9830) interfaces_dirs := \ libGeoTrans/1.0 include $(call all-named-subdir-makefiles,$(interfaces_dirs)) endif +endif