I changed the soname of generated libv8.cr.so to be libv8.so, but when linking it in my app, I am asked for both libv8_libbase.cr.so and libv8_libbase.so.
Is there any way to generate only one .so file, instead of 5 that I have now: libv8, libv8_libbase, libv8_libplatform etc... miercuri, 27 martie 2019, 14:24:46 UTC+2, mihaeladu...@yahoo.com a scris: > > Hello, > > > I am trying to compile libv8.so for Android. > I used on Linux environment: > gn gen out/x64 --args="target_os=\"android\" target_cpu=\"x64\" > is_debug=false is_component_build=true v8_enable_i18n_support=false > symbol_level = 1 is_official_build = true v8_use_snapshot = false > v8_target_cpu = \"x64\"" > and > ninja -C out/x64 v8 > but I get libv8.cr.so instead of libv8.so. > > Can you help? > Thanks. > > -- -- 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.