OSDN Git Service

Make libffi buildable for the host (target libffi-host), and make it
authorDan Bornstein <danfuzz@android.com>
Thu, 23 Jul 2009 18:28:43 +0000 (11:28 -0700)
committerDan Bornstein <danfuzz@android.com>
Fri, 21 Aug 2009 23:45:12 +0000 (16:45 -0700)
commitc2b1dd7a596d1accbc3fa0cfea5f96062ec44606
tree6d4ebc68af2fdf017995521981d37b9e5e30b3f6
parent52a02b35a46de8c63601fbe036650968067c2a94
Make libffi buildable for the host (target libffi-host), and make it
support darwin-x86.

The host-side build rules are protected by WITH_HOST_DALVIK, so as to
prevent it from building under normal circumstances. This change also
removes make target that runs all the tests, replacing it with a
bona fide shell script which now works for host builds (whereas the
old make target only worked for simulator builds).
Android.mk
Libffi.mk [new file with mode: 0644]
darwin-x86/ffi.h [new file with mode: 0644]
darwin-x86/fficonfig.h [new file with mode: 0644]
darwin-x86/ffitarget.h [new file with mode: 0644]
testsuite/Android.mk
testsuite/run-all-tests [new file with mode: 0755]