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
To avoid conflicts when we reuse a dist with a different arch.
The same name convention used for standard recipe builds has been used, but contemplating all the ctx.archs (because ndk builds are supposed to support multi arch builds).
So an bootstrap build folder would look like as:
- armeabi-v7a_arm64-v8a__ndk_target_21
- arm64-v8a__ndk_target_21
...
0 commit comments