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"

[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"