summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 2461b847 to jb-mr1-devJean-Baptiste Queru2012-08-101-1/+1
|\ | | | | | | Change-Id: If6f3619904a44a71bd8814e00cfcfd96abdf534c
| * Add MIPS to v8 makefiles.Paul Lind2012-08-091-1/+1
| | | | | | | | | | | | | | | | Provides Android build support for the working mips code already in v8 3.9.x. Change-Id: Id28d09a2a9f08535484fda9aabbb15b6a02690f2 Signed-off-by: Paul Lind <plind@mips.com>
* | Build d8 instead of v8shell.Ben Murdoch2012-05-141-2/+2
|/ | | | | | d8 is the preferred V8 debug console. Change-Id: I2b0c63133e619a4bdc531fd0b4acfde185703f45
* Remove makefile comments about switching between JSC and V8Steve Block2012-02-161-8/+5
| | | | | | | | | | | | | | We no longer support JSC. Also add a check for ARMv7, as this is the only version on which V8 is well tested. Note that we no longer support ARMv5. See b/6015755. Note that this was previously landed as https://android-git.corp.google.com/g/#/c/162145, but broke the build, so was reverted. Bug: 5495373 Change-Id: Ibde55183ce8bc3b39e513f8b5d331219e793cf49
* Enable x86 supportChih-Wei Huang2012-02-151-1/+1
| | | | Change-Id: I6009002b3b9fdb4cf9e07272be6918f19400e51f
* Use stlport for libv8 and v8shellSteve Block2012-02-021-1/+0
| | | | | | Currently we incorrectly use the STL implementation from the toolchain. Change-Id: Icc337d19e46188a818b07ceab7be7721ebf12ffa
* Fix snapshottingBen Murdoch2011-06-141-7/+0
| | | | | | | | | | | The flags that enable crankshaft in libv8 also need to be passed into mksnapshot so that we generate a compatible snapshot.cc. Also remove the code that made crankshaft configurable as it is now always on. Change-Id: I3c2c58b1ef72269ea551752a7bb65baf8ad43b72
* Make Crankshaft configurable at compile-time.Ben Murdoch2011-06-101-0/+7
| | | | | | | | | Add a flag in Android.mk to enable crankshaft in V8. Note that Crankshaft and snapshotting cannot currently be used at the same time. For now, leave Crankshaft disabled by default. Change-Id: I84fcc02882e1b16cd0bc783d778ffbcc4531c868
* Fix x86 buildSteve Block2011-06-021-4/+6
| | | | | | | | | When building for x86, WebKit uses JSC, not V8. However, we still need to make sure that the V8 makefile does not try to build V8. See https://android-git.corp.google.com/g/#change,112847 Change-Id: Id7df890c7bae581d6f955a4d51f9b68bb478dcba
* Remove incomplete x86 supportSteve Block2011-06-021-7/+4
| | | | | | | | | x86 support is required for the simulator build. However, V8 does not currently work with x86, so we use JSC in this case. This patch removes the incomplete x86 support. Change-Id: I74bbca8a044d5ee606f2fc03432eabc2ef6cde76
* Re-enable snapshots in V8.Andrei Popescu2010-04-211-0/+1
| | | | | | Fix bug: 2612919 Change-Id: I8c3de4e0df95c9339aadd90e8367239911fe1cee
* Avoid building V8 on sim for now.Andrei Popescu2010-03-111-7/+5
|
* Fix the build.Patrick Scott2010-03-101-21/+8
| | | | | | | Always compile libv8, we should have been doing this anyway to avoid breaking v8 with other changes. Change-Id: I31502fdb463e914569138085c30294910f0b6903
* Update to V8 with partial snapshots. This is taken from the partial_snapshot ↵Andrei Popescu2010-02-251-0/+3
| | | | branch of V8.
* Move V8 to external/v8Steve Block2009-11-031-0/+48
Change-Id: If68025d67453785a651c5dfb34fad298c16676a4