Skip to content

Commit ab108f3

Browse files
Bump to DevDiv/android-platform-support/main@ba980b15 (#10174)
Changes: Changes: https://devdiv.visualstudio.com/DevDiv/_git/android-platform-support/branchCompare?baseVersion=GC8b8d0a556383eb32afb6429f965fe5b25cc92056&targetVersion=GCba980b15c8d61f10d902602ad4e614423f39b43a Fixes: #10167 FastDev binary utilities are rebuilt with 16k page alignment for arm64, which causes them not to segfault on devices or emulators which enabled 16k page support. At the same time, the 16k-aligned binaries work fine on 4k-page devices/emulators. Tested both on Android 16. Other changes: * [tests] fix `InstallAndroidDependenciesTest("Xamarin")` Fixes the issue: We didn't expect the Xamarin manifest to have the requested component. If the manifest has been updated, change 'InstallAndroidDependenciesTest.xamarin_manifest_needs_updating' to be 'false'. We added API 36 to the manifest, so this is expected. Co-authored-by: Jonathan Peppers <[email protected]>
1 parent 9f8e3d4 commit ab108f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.external

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DevDiv/android-platform-support:main@8b8d0a556383eb32afb6429f965fe5b25cc92056
1+
DevDiv/android-platform-support:main@ba980b15c8d61f10d902602ad4e614423f39b43a

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AndroidDependenciesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void InstallAndroidDependenciesTest ([Values ("GoogleV2", "Xamarin")] str
2323
{
2424
// Set to true when we are marking a new Android API level as stable, but it has not
2525
// been added to the Xamarin manifest yet.
26-
var xamarin_manifest_needs_updating = true;
26+
var xamarin_manifest_needs_updating = false;
2727

2828
AssertCommercialBuild ();
2929
var oldSdkPath = Environment.GetEnvironmentVariable ("TEST_ANDROID_SDK_PATH");

0 commit comments

Comments
 (0)