summaryrefslogtreecommitdiffstats
path: root/src/egl/main/Android.mk
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-07-14 01:57:23 +0100
committerEmil Velikov <[email protected]>2015-07-22 16:35:26 +0100
commitc17e01748e9efc2d638b7b5bc9d4344521334f48 (patch)
treef0ec138a78de8588297e28272127587889f2761c /src/egl/main/Android.mk
parent3593f37fd7b599e217bd1f894ac671a14a058b8d (diff)
egl: remove final Windows specific workaround
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/egl/main/Android.mk')
-rw-r--r--src/egl/main/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egl/main/Android.mk b/src/egl/main/Android.mk
index 0ba72953960..4856528ed54 100644
--- a/src/egl/main/Android.mk
+++ b/src/egl/main/Android.mk
@@ -40,8 +40,7 @@ LOCAL_SRC_FILES := $(SOURCES)
LOCAL_CFLAGS := \
-D_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_ANDROID \
- -D_EGL_DRIVER_SEARCH_DIR=\"/system/lib/egl\" \
- -D_EGL_OS_UNIX=1
+ -D_EGL_DRIVER_SEARCH_DIR=\"/system/lib/egl\"
LOCAL_SHARED_LIBRARIES := \
libdl \