Skip to content

Conversation

@grendello
Copy link
Contributor

No tests are enabled, only the native runtime is added to the build.
This should make it possible to run a Release build of
dotnet new android and dotnet new maui

No tests are enabled, only the native runtime is added to the build.
This should make it possible to run a **Release** build of `dotnet new android`
and `dotnet new maui`
Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also update these two lines, so we don't build the 32-bit packs:

android/Configuration.props

Lines 220 to 221 in b9f6a9d

<AndroidAbiAndRuntimeFlavor Include="@(AndroidSupportedTargetJitAbi)" AndroidRuntime="NativeAOT" />
<AndroidAbiAndRuntimeFlavor Include="@(AndroidSupportedTargetJitAbi)" AndroidRuntime="CoreCLR" />

Comment on lines -41 to +45
"Microsoft.Android.Runtime.Mono.36.android-x64"
"Microsoft.Android.Runtime.Mono.36.android-x64",
"Microsoft.Android.Runtime.CoreCLR.36.android-arm64",
"Microsoft.Android.Runtime.CoreCLR.36.android-x64"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These also not necessary, but might be ok.

* main:
  Bump com.android.tools.build:manifest-merger from 31.8.2 to 31.9.0 (#9898)
@jonpryor jonpryor merged commit ec0cbcf into main Mar 12, 2025
58 checks passed
@jonpryor jonpryor deleted the dev/grendel/clr-host-really-enable branch March 12, 2025 12:24
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants