Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c013f09670
Choose a base ref
...
head repository: dotnet/android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce1717f775
Choose a head ref
  • 3 commits
  • 32 files changed
  • 3 contributors

Commits on Sep 17, 2025

  1. [tests] enable GCBridge category for NativeAOT (#10494)

    We added NativeAOT "GC Bridge" support in 869b0e0, but there are
    still some tests we can enable.
    jonathanpeppers authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    32fcc8b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. [nativeaot] Next steps for the NAOT runtime (#10476)

    Context: #10461
    
    A follow up to #10461 which adds some more compatibility with the "standard"
    MonoVM and CoreCLR runtime hosts, namely:
    
      * Support for setting environment variables via the environment file
        (`<AndroidEnvironment>` MSBuild item)
      * Support for setting **local** (that is, application level, not system
        level) system properties
    
    In addition to the above, it makes NativeAOT use static libc++ instead of the
    shared one, which not only shrinks the package size (`libc++_shared.so` is
    around 9mb), but it also makes startup slightly faster.
    grendello authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4a09dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1717f View commit details
    Browse the repository at this point in the history
Loading