Also, not sure what kind of platform are you targeting that runs Android on ia32.
If you simply want to run/debug an arm version of V8 on your Ubuntu machine, you can create a simulator build by supplying the *v8_target_cpu* arg. For instance see the gn args <https://logs.chromium.org/logs/v8/buildbucket/cr-buildbucket.appspot.com/8926620304121401168/+/steps/build/0/steps/lookup_GN_args/0/logs/gn_args/0> on one of the test machines that does this. On Thursday, December 20, 2018 at 11:33:56 AM UTC+1, ant...@coherent-labs.com wrote: > > Hi, is it possible to build v8 for android ia32 configuration? > > I was able to make an android arm build with the following *gn* args: > > *target_cpu = "arm"* > > *target_os = "android"* > > *v8_android_log_stdout = true* > > *v8_enable_backtrace = true* > > *v8_enable_slow_dchecks = true* > > *v8_optimized_debug = false* > > *is_component_build = false* > > *v8_static_library = true* > > *v8_enable_i18n_support = false* > > *v8_use_snapshot = true* > > *v8_use_external_startup_data = false* > > *android32_ndk_api_level = 17* > > *android_ndk_major_version = 17* > > *android_ndk_version = "r17"* > > *android_sdk_platform_version = 17* > > *android_sdk_version = 17* > > *android64_ndk_api_level = 17* > > Changing the *target_cpu* from *"arm"* to *"ia32"* is not a valid option. > -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.