OSDN Git Service

android-x86/external-libffi.git
14 years agomerge from open-source master
The Android Open Source Project [Fri, 14 May 2010 21:39:33 +0000 (14:39 -0700)]
merge from open-source master

Change-Id: Iafcb89bdab1495c869569f7063e6c775898dedfc

14 years agoSuperH: add configuration to libffi
Tony SIM [Thu, 15 Apr 2010 09:18:27 +0000 (18:18 +0900)]
SuperH: add configuration to libffi

Change-Id: I863cc294cccebf047ff32e1b42b887923a170094

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:04:31 +0000 (18:04 -0800)]
Add an empty CleanSpec.mk

Change-Id: If124f1635093f36f01a1951f6f9b5f1eff4754c5

14 years agoam 39f130fb: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 22:10:04 +0000 (14:10 -0800)]
am 39f130fb: reconcile main tree with open-source eclair

Merge commit '39f130fb905302abb9c4b7fd28029d0014582574'

* commit '39f130fb905302abb9c4b7fd28029d0014582574':
  android-2.1_r1 snapshot

14 years agoreconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:09:35 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair

14 years agoreconcile android-2.1_r1 snapshot
The Android Open Source Project [Fri, 29 Jan 2010 22:08:09 +0000 (14:08 -0800)]
reconcile android-2.1_r1 snapshot

14 years agoandroid-2.1_r1 snapshot
The Android Open Source Project [Tue, 12 Jan 2010 23:18:28 +0000 (15:18 -0800)]
android-2.1_r1 snapshot

14 years agoRemove host build rules for libffi, and no longer build it for x86
Dan Bornstein [Tue, 20 Oct 2009 20:15:08 +0000 (13:15 -0700)]
Remove host build rules for libffi, and no longer build it for x86
device targets.

The new recommendation for libffi usage is: Libffi is fine to use as a
means of bootstrapping your device build for a new architecture, but
you probably want to replace it with custom code before you ship. As
for a host build, if you need it (which isn't actually that likely),
you should use the libffi that comes with your platform or build it as
a normal library (e.g., download it and then "./configure; make
install").

Change-Id: I710daa136a2cacc4f95cdf6b5fd60a3d3c072df5

14 years agoMake libffi buildable for the host (target libffi-host), and make it
Dan Bornstein [Thu, 23 Jul 2009 18:28:43 +0000 (11:28 -0700)]
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).

15 years agoMerge donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:12:20 +0000 (17:12 -0700)]
Merge donut into master

15 years agoMerge branch 'open_source_no_contributions' into google_internal
The Android Open Source Project [Sun, 29 Mar 2009 15:55:07 +0000 (08:55 -0700)]
Merge branch 'open_source_no_contributions' into google_internal

15 years agoMerge commit 'remotes/korg/cupcake' into cupcake_to_master
Jean-Baptiste Queru [Wed, 18 Mar 2009 23:57:37 +0000 (16:57 -0700)]
Merge commit 'remotes/korg/cupcake' into cupcake_to_master

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:30:04 +0000 (19:30 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:30 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:04:36 +0000 (18:04 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution