-
Notifications
You must be signed in to change notification settings - Fork 565
Closed
Labels
Area: xamarin-android BuildIssues building the xamarin-android repo *itself*.Issues building the xamarin-android repo *itself*.
Milestone
Description
Context: #1112 (comment)
The Android SDK & NDK install is "forward only" (see b28856f).
Steps to Reproduce
- Create a new branch, and on that branch bump the Android NDK dependencies to something "newer".
- Build the branch from (1), thus installing the "newer" NDK into
$HOME/android-toolchain/ndk - Checkout a different branch -- one that uses an "older" NDK -- and rebuild.
Expected Behavior
The Android NDK should be re-extracted, so that $HOME/android-toolchain/ndk matches what the current branch requires.
Actual Behavior
The Android NDK is not touched at all.
Metadata
Metadata
Assignees
Labels
Area: xamarin-android BuildIssues building the xamarin-android repo *itself*.Issues building the xamarin-android repo *itself*.