diff options
author | Rob Herring <[email protected]> | 2017-03-21 13:51:19 -0500 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-22 17:52:57 +0000 |
commit | 0e1ff22d55816c9a3710257c2e705a98ad3282bc (patch) | |
tree | 4270fa18c1b81c7e9353d43615efee625cb9a052 /src/egl/Android.mk | |
parent | 6bfad7c659f94d30d68b14f6181495653124cf29 (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 <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/Android.mk')
-rw-r--r-- | src/egl/Android.mk | 7 |
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 |