[v8-users] building V8 for Android on Mac or ubuntu w static libs?

2016-12-22 Thread 'Mindy DelliCarpini' via v8-users
Need a V8 build for our prototyping tool (boom.googleplex.com). The tool runs with a Mac simulator, so the build has to be completed on a Mac. The TOT v8 builds are broken for Mac, and also for building static full libraries (no the thin .a files, which wouldn't be shareable) I'm interested in

[v8-users] building V8 for Android on Mac or ubuntu (with static libs)?

2016-12-22 Thread Mindy DelliCarpini
Need a V8 build for our Mac/ Android tool. The TOT v8 builds are broken for Mac, and also for building static full libraries (no the thin .a files, which wouldn't be shareable) I'm interested in getting any of the following working (preference for Mac build, but I know its not a common thing)

Re: [v8-users] building V8 for Android on Mac or ubuntu w static libs?

2016-12-22 Thread Jochen Eisinger
hey, to build for android, you should add target_os = "android" and target_cpu = "arm". you'll also have to add target_os = ['android', 'mac'] to your .gclient file (which should be one level up from your v8 checkout), so gclient sync will download the android specific deps hth -jochen On Thu,