Re: [v8-users] Compiling 5.4 v8 for Android

2016-11-10 Thread Kevin Read
Hi Jochen, FYI: it links correctly when I include nosnapshot. So if there's any problem with component builds it might only affect the snapshot part. Best, Kevin On Wednesday, November 2, 2016 at 1:59:01 PM UTC+1, Jochen Eisinger wrote: > > I'm not sure, but I think component builds aren't full

Re: [v8-users] Compiling 5.4 v8 for Android

2016-11-02 Thread Jochen Eisinger
I'm not sure, but I think component builds aren't fully supported yet on 5.4, sorry On Fri, Oct 28, 2016 at 9:25 PM Kevin Read wrote: > Hi all, > > I'm trying to compile 5.4.500.36 for android using GN. My GN config is: > > is_debug=false v8_target_cpu="x86" target_cpu="x86" host_cpu="x64" > is_

[v8-users] Compiling 5.4 v8 for Android

2016-10-28 Thread Kevin Read
Hi all, I'm trying to compile 5.4.500.36 for android using GN. My GN config is: is_debug=false v8_target_cpu="x86" target_cpu="x86" host_cpu="x64" is_clang=true is_component_build=true target_os="android" v8_enable_i18n_support=false android_ndk_version="r13" android_ndk_major_version="13" v8_