summaryrefslogtreecommitdiff
path: root/src/egl/Android.mk
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-03-21 13:51:19 -0500
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-22 17:52:57 +0000
commit0e1ff22d55816c9a3710257c2e705a98ad3282bc (patch)
tree4270fa18c1b81c7e9353d43615efee625cb9a052 /src/egl/Android.mk
parent6bfad7c659f94d30d68b14f6181495653124cf29 (diff)
Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and older
The Android version defines are only needed for versions less than 4.2 which aren't really supported or tested. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/egl/Android.mk')
-rw-r--r--src/egl/Android.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/egl/Android.mk b/src/egl/Android.mk
index 0227ad82c67..56d8859dd5f 100644
--- a/src/egl/Android.mk
+++ b/src/egl/Android.mk
@@ -55,11 +55,8 @@ LOCAL_SHARED_LIBRARIES := \
libhardware \
liblog \
libcutils \
- libgralloc_drm
-
-ifeq ($(shell echo "$(MESA_ANDROID_VERSION) >= 4.2" | bc),1)
-LOCAL_SHARED_LIBRARIES += libsync
-endif
+ libgralloc_drm \
+ libsync
ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
# require i915_dri and/or i965_dri