[v8-users] Separate build directories created for V8

2015-09-04 Thread Manmohan Bishnoi
I checked out latest V8 source into this directory */mydisk/V8* fetch v8 cd v8 gclient sync make x64.release -j8 OUTDIR=/mydisk/codebase/js_v8_x64 library=shared debuggersupport=off i18nsupport=off The above commands completed successfully and created two directories: 1. */mydisk/codebase/js

[v8-users] Which V8 static library files, generated by GN and Ninja, to be used to link with application?

2016-12-29 Thread Manmohan Bishnoi
I am trying to embed V8 into my android application's native code. But confused what static library files should I link with? I am building V8 release 5.7.365 for Android ARM on Fedora 25 64bit. gn args out/android_arm_debug *args.gn* file has these contents: #