Re: [v8-users] v8 build issues for Android.

2017-01-28 Thread Dzung Tran
Use these in your args.gn file: is_debug = false v8_target_cpu = "arm" target_os = "android" target_cpu = "arm" On Friday, January 27, 2017 at 7:57:16 PM UTC-8, gabe@handshake.com wrote: > > Can you tell me what you did to get the .a files? I can work with those > quite easily (so can you-

Re: [v8-users] v8 build issues for Android.

2017-01-27 Thread gabe . sechan
Can you tell me what you did to get the .a files? I can work with those quite easily (so can you- in your Android.mk just list the .a files as LOCAL_STATIC_LIBRARY modules and add them as local static libraries to your main library's build). On Friday, January 27, 2017 at 2:21:10 AM UTC-5, Dz

Re: [v8-users] v8 build issues for Android.

2017-01-26 Thread Dzung Tran
I used GN as you suggested, but it seems to build bunch of archive files *.a files. I was hoping to get a libv8.so file. Do you have instruction for that? On Wednesday, January 25, 2017 at 5:10:34 AM UTC-8, Jochen Eisinger wrote: > > Building with gyp is no longer support (sorry about the outdat

Re: [v8-users] v8 build issues for Android.

2017-01-25 Thread Jochen Eisinger
Building with gyp is no longer support (sorry about the outdated docs). You'll have to use gn and set target_os = "android" and target_cpu = "arm" hth -jochen On Tue, Jan 24, 2017 at 6:11 PM Dzung Tran wrote: > I followed the instructions on > https://github.com/v8/v8/wiki/Building%20with%20Gy

[v8-users] v8 build issues for Android.

2017-01-24 Thread Dzung Tran
I followed the instructions on https://github.com/v8/v8/wiki/Building%20with%20Gyp and I get the error with linking at the end as in: CXX(host) /home/parallels/v8/out/android_arm.release/obj.host/icuuc/third_party/icu/source/common/utrie2_builder.o CXX(host) /home/parallels/v8/out/android_