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
The Android NDK is being extracted with an extra intermediate directory:
$BinaryCache\android-ndk-r26b\android-ndk-r26b
The Android build fails because it expects the NDK contents to live
immediately under the directory:
$BinaryCache\android-ndk-r26b
The extra android-ndk-r26b sub-dir comes from the NDK zip archive
itself, which we have no control over. To work-around we could either
extract the archive directly into $BinaryCache or move the contents
after extraction. This change does the latter in order to preserve the
last-write-time optimization used to skip extraction when not needed.
0 commit comments