egl/dri2: try to bind old context if bindContext failed
[mesa.git] / src / egl / Android.mk
index a9319f56ae710c46dd315276b7fd910eba47111a..83bd442dea17bc26252a4efdfac74d06f6ae9e3f 100644 (file)
@@ -36,7 +36,9 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES := \
        $(LIBEGL_C_FILES) \
        $(dri2_backend_core_FILES) \
-       drivers/dri2/platform_android.c
+       drivers/dri2/platform_device.c \
+       drivers/dri2/platform_android.c \
+       drivers/dri2/platform_surfaceless.c \
 
 LOCAL_CFLAGS := \
        -D_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_ANDROID \