Re: [Barry-devel] Android build support patch
Status: Beta
Brought to you by:
ndprojects
From: Chris F. <cd...@fo...> - 2011-11-01 23:24:56
|
On Tue, Nov 01, 2011 at 01:10:57PM +0000, Toby Gray wrote: > I've managed to get Barry building and working on Android. Currently > it's just libbarry and the tools which only make use of libbarry (e.g. > not bjdwp as it uses libbarrydp and libarryjdwp). In looking over the changes, I noticed that Android doesn't support pthread_cancel(). A quick web search revealed some fairly logical reasons for this: http://www.netmite.com/android/mydroid/1.5/bionic/libc/docs/OVERVIEW.TXT Since Barry only uses this in one place, I made an attempt to avoid this dependency, and I think this will work. It affects the bjdwp socket server. Nicolas, are you able to run a quick test to make sure this doesn't affect you, when using the debugger? Thanks! - Chris |