<div dir="ltr">Hi all,<div><br></div><div>I'm in the middle of trying to build LLGS with static linking and ported over to Android. One big issue I'm currently facing is that IOHandler and CommandInterpreter rely on libedit. While LLGS does not need them, they are heavily used by the Debugger which is needed by LLGS.  </div><div><br></div><div>Since Android NDK does not provide libedit, I'm interested to decouple IOHandler and CommandInterpreter from the Debugger. What would be the preferred way or suggestion to do so? </div><div><ul style="font-family:arial,sans-serif;font-size:13px"><li style="margin-left:15px">Convert to an interface and allow it to be null?</li><li style="margin-left:15px">Convert to an interface, implement it as a dummy no-op for the use case of LLGS?</li><li style="margin-left:15px">Something else?</li></ul><div><font face="arial, sans-serif">Thanks.</font></div></div></div>