-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[android] Internal Android sample build improvements and CoreCLR support #111545
Conversation
/azp run runtime-android, runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-android, runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
324207b
to
99460e7
Compare
/azp run runtime-android, runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-android, runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
8f3a933
to
60bb3da
Compare
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Pull request contains merge conflicts. |
This reverts commit 156cc0e.
…ops and forces UseMonoRuntime=false
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! I left a few comments on stuff that I wasn't sure about.
src/tests/FunctionalTests/Android/Device_Emulator/LibraryMode_AOT_LLVM/Program.cs
Show resolved
Hide resolved
CI failures are unrelated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
This PR:
AndroidBuild.targets
in AndroidSampleApp.AndroidBuild.targets
to opt-in for building the sample and functional tests with CoreCLRCoreCLR support verification
Functional test
Verified on osx-arm64 host that the following build/run commands run a functional test on CoreCLR:
HelloAndroid
Fixes: #110811
Contributes to: #111745