summaryrefslogtreecommitdiffstats
path: root/Android.v8.mk
Commit message (Collapse)AuthorAgeFilesLines
* rename libsgl/libcorecg to libskiaMike Reed2009-07-101-2/+1
|
* Add V8 snapshot to Makefile.Feng Qian2009-07-011-0/+3
| | | | | Snapshotting can be turned on by adding ENABLE_V8_SNAPSHOT in buildspec.mk file. It is off by default. When it is turned on, the binary size is increased by about 370K, it only saves the first cold startup time of browser (or first time using JavaScript).
* Remove incorrect commentsFeng Qian2009-06-291-1/+1
| | | | Also no need to change order between libv8 and libxml2.
* Add SetJSFlags option in debug mode.Feng Qian2009-06-291-1/+1
|
* Build libv8 as a static library.Feng Qian2009-06-231-2/+1
| | | | So no need to change prelink map.
* Fix V8 build.Feng Qian2009-06-221-1/+8
|
* Renaming bindings to binding.Feng Qian2009-06-191-2/+2
| | | | Also updated makefiles.
* Some fixes of V8 makefiles.Feng Qian2009-06-181-0/+1
| | | | Not fully complete yet.
* Add V8 makefiles.Feng Qian2009-06-111-1/+1
| | | | Not exact match of JSC build because some Makefiles have to be splitted into two. I use Android.v8...mk.
* Restore old-style Makefiles.Feng Qian2009-06-111-0/+249
It is easier to work with merge tool. Will add a separate set of Makefiles for V8. Add Android.v8.mk as a reference.