Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94263d79 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix a bug recently introduced where EGL couldn't be initialized again after it...

fix a bug recently introduced where EGL couldn't be initialized again after it had been terminated once
parent 048d51b9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@ LOCAL_CFLAGS += -DLOG_TAG=\"libEGL\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_CFLAGS += -fvisibility=hidden

ifeq ($(TARGET_BOARD_PLATFORM),msm7k)
LOCAL_CFLAGS += -DADRENO130=1
endif

include $(BUILD_SHARED_LIBRARY)
installed_libEGL := $(LOCAL_INSTALLED_MODULE)

+116 −76

File changed.

Preview size limit exceeded, changes collapsed.