-
Notifications
You must be signed in to change notification settings - Fork 38
Add arm64 x86_64 support #30
Add arm64 x86_64 support #30
Conversation
(cherry picked from commit ee6e7e3)
How does this PR relate to #19 ? |
This pr is based on that pr, you can see the cherry commit from that pr. Besides that I fix broken url and add ci. |
Cool. |
The buck change landed: facebook/buck@fe15dae |
Summary: add arm64 support, related issue : #2814. If we are okay with binary aar android-jsc, then the pr can be directly merged. Otherwise merge facebookarchive/android-jsc#30 first and do a new release. RNTester all variant works. You can also test the apk from here: https://github.com/gengjiawen/react-native/releases/tag/v0.56beta. facebookarchive/android-jsc#30. [ANDROID] [ENHANCEMENT] [ABI] - add x86_64 arm64-v8a support. Differential Revision: D9491481 Pulled By: hramos fbshipit-source-id: d6ec6992768eb0c0866a0317273e09fae5b8935e
facebook/react-native#18754 has been merged. What's next? |
Do you have merge permission to this repo ? we may still need a repo to handle jsc thing if we don't adopt the jsc from community. |
Summary: add arm64 support, related issue : facebook/react-native#2814. If we are okay with binary aar android-jsc, then the pr can be directly merged. Otherwise merge facebookarchive/android-jsc#30 first and do a new release. RNTester all variant works. You can also test the apk from here: https://github.com/gengjiawen/react-native/releases/tag/v0.56beta. facebookarchive/android-jsc#30. [ANDROID] [ENHANCEMENT] [ABI] - add x86_64 arm64-v8a support. Differential Revision: D9491481 Pulled By: hramos fbshipit-source-id: d6ec6992768eb0c0866a0317273e09fae5b8935e
Is this ever happening? |
This PR was opened as part of an effort to add 64-bit library support to React Nartive. We already have 64-bit support in the JSC that is being used by React Native. The JSC used there is built based on a different repository than this. If you’re interested in seeing 64-bit support added to the JSC in this repository for use with something other than React Native, then I probably am not the right person to help. |
Well, the android version of React Native currently does not support Javascript Proxy...which is why I was using this JSC. But, this JSC does not work on Android 9 x86_64 devices. |
Summary: add arm64 support, related issue : facebook/react-native#2814. If we are okay with binary aar android-jsc, then the pr can be directly merged. Otherwise merge facebookarchive/android-jsc#30 first and do a new release. RNTester all variant works. You can also test the apk from here: https://github.com/gengjiawen/react-native/releases/tag/v0.56beta. facebookarchive/android-jsc#30. [ANDROID] [ENHANCEMENT] [ABI] - add x86_64 arm64-v8a support. Differential Revision: D9491481 Pulled By: hramos fbshipit-source-id: d6ec6992768eb0c0866a0317273e09fae5b8935e
Summary: add arm64 support, related issue : facebook#2814. If we are okay with binary aar android-jsc, then the pr can be directly merged. Otherwise merge facebookarchive/android-jsc#30 first and do a new release. RNTester all variant works. You can also test the apk from here: https://github.com/gengjiawen/react-native/releases/tag/v0.56beta. facebookarchive/android-jsc#30. [ANDROID] [ENHANCEMENT] [ABI] - add x86_64 arm64-v8a support. Differential Revision: D9491481 Pulled By: hramos fbshipit-source-id: d6ec6992768eb0c0866a0317273e09fae5b8935e
Some bug in buck need to be fixed: facebook/buck#1836. After they fix it. We need another pr to fix app modules thing.