OSDN Git Service

First parts of enabling a host Dalvik build.
authorDan Bornstein <danfuzz@android.com>
Tue, 21 Jul 2009 23:08:39 +0000 (16:08 -0700)
committerDan Bornstein <danfuzz@android.com>
Mon, 10 Aug 2009 22:59:40 +0000 (15:59 -0700)
commit4212241f98a49adcb955aee67a302cea57f3d984
tree61213814daa2bfcae02488e71fb183a6f5b5eabb
parent7ce9bd763f29959ba3c448ba8584d6711c6a40bc
First parts of enabling a host Dalvik build.

Most of this is just factoring out common make defs to include both on
the host and device side, though there is a little bit of code change
to be slightly POSIX friendlier and to avoid unnecessary sanity checks
when compiling without an asm version of the interpreter.

This patch should cause no difference in build results, except if you
turn on the newly-defined WITH_HOST_DALVIK build flag. If you do turn
it on, at this point you should probably expect the build to fail due
to insufficient dependencies, which I of course expect to address in
upcoming patches.
libnativehelper/Android.mk
vm/Android.mk
vm/Dvm.mk [new file with mode: 0644]
vm/alloc/HeapDebug.c
vm/mterp/Mterp.c