3

I'd like to use android system V8 to run JS and i'd like to avoid cross-compiling V8 and providing it as .so in my app to reduce apk size. Does J2V8 use system one or compiles and provides own?

4ntoine
  • 19,816
  • 21
  • 96
  • 220

1 Answers1

1

It compiles and embeds v8 in .so for both arm and x86. aar takes about 7.5 Mb (which is not suitable for me).

4ntoine
  • 19,816
  • 21
  • 96
  • 220