I just did some further talking with Liam, and it appears that the NDK really just produces an ARM binary which ends up getting linked into the Dalvik VM files (it isn&#39;t platform independant as I thought) which means that using LLVM to produce an ARM ASM output is a fine choice. By the sounds of it the NDK is designed to be platform dependant (not independent) so it appears that if any Android system does come out in the future that doesn&#39;t use ARM, you would have the same issue with NDK<div>
<br></div><div>There still however leaves the problem with what to do with Java, because a proper Android app (not a linux app compiled for ARM) needs to link with Java to interface with Android</div><br><div class="gmail_quote">
On Tue, Aug 10, 2010 at 8:21 PM, Karel Gardas <span dir="ltr">&lt;<a href="mailto:karel.gardas@centrum.cz">karel.gardas@centrum.cz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 08/08/10 03:08, Mathew de Detrich wrote:<br>
&gt; Well the other issue is of course that Android being available on a wide<br>
&gt; variety of phones, not all of which run ARM (the phone I am about to get for<br>
&gt; example has a custom built CPU), although I guess one could use a &quot;generic&quot;<br>
&gt; ASM branch for &quot;mobile&quot; devices (if one exists). btw the phone I am about to<br>
&gt; receive is a Samsung Galaxy-S, which has a hummingbird chip (no idea what<br>
&gt; Assembler Instruction set it uses, I believe its a closed chip)<br>
<br>
</div>This should be S5PC110 if I google correctly which is &quot;just&quot; yet another<br>
ARM Cortex A8:<br>
<a href="http://www.samsung.com/global/business/semiconductor/newsView.do?news_id=1043" target="_blank">http://www.samsung.com/global/business/semiconductor/newsView.do?news_id=1043</a><br>
<font color="#888888"><br>
Karel<br>
</font></blockquote></div><br>