We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8832aba commit c090e22Copy full SHA for c090e22
1 file changed
ltw/src/main/tinywrapper/Android.mk
@@ -413,5 +413,5 @@ LOCAL_STATIC_LIBRARIES := glsl_optimizer
413
LOCAL_LDFLAGS := -ffunction-sections -fdata-sections -Wl,--version-script=$(LOCAL_PATH)/version.script
414
# Comment for debugging
415
LOCAL_LDFLAGS += -flto -Wl,--gc-sections
416
-LOCAL_LDLIBS := -llog -lEGL
417
-include $(BUILD_SHARED_LIBRARY)
+LOCAL_LDLIBS := -llog
+include $(BUILD_SHARED_LIBRARY)
0 commit comments