facebookarchive / android-jsc

Scripts for building JSC for Android
Other
255 stars 38 forks source link

Support more android abis (arm64, x86_64) #5

Open kmagiera opened 9 years ago

Ray-Ni commented 8 years ago

Well, I have a similar trouble:

I need a so for armeabi

csotiriou commented 8 years ago

Is there any progress in this?

mkonicek commented 8 years ago

@kmagiera Is this still relevant?

MattFoley commented 8 years ago

This issue seems to be one of three blockers for getting React Native compiling for Android 64-bit architectures. Would it be possible to provide any more insight or information on what needs to be done to get JSC there?

gordonpro commented 8 years ago

https://github.com/ericwlange/AndroidJSCore

leeight commented 8 years ago

@kmagiera @mkonicek I sent a PR to support x86_64 abis, please take time to review it.

gordonpro commented 8 years ago

@leeight does it support armeabi ?

leeight commented 8 years ago

Not yet. After disable JIT options i can build armeabi, but haven't test it.

houliang commented 7 years ago

Everyone, can you compile the arm64 and x86_64 so? I have the same problem when integrating react native into my app.

alastaircoote commented 6 years ago

There's a project here that will build a more recent version, and on more architectures:

https://github.com/SoftwareMansion/jsc-android-buildscripts

Only problem for me is that the build size has also increased quite a lot.