You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
If you want to build arm64 with armeabv7a, you have to set
app_platform = android-21above.Repro repo: https://github.com/gengjiawen/android-jsc/tree/feature/abi_support.
Suggest fix: when deal with arm64, automatically use
android-21, in other case, useandroid-16or something like that.