Skip to content

Commit c090e22

Browse files
whitebelyashartdeell
authored andcommitted
Fix[build]: don't link with EGL
... dlopen works anyway
1 parent 8832aba commit c090e22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ltw/src/main/tinywrapper/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,5 +413,5 @@ LOCAL_STATIC_LIBRARIES := glsl_optimizer
413413
LOCAL_LDFLAGS := -ffunction-sections -fdata-sections -Wl,--version-script=$(LOCAL_PATH)/version.script
414414
# Comment for debugging
415415
LOCAL_LDFLAGS += -flto -Wl,--gc-sections
416-
LOCAL_LDLIBS := -llog -lEGL
417-
include $(BUILD_SHARED_LIBRARY)
416+
LOCAL_LDLIBS := -llog
417+
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)