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.