-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Add android AOT/PInvoke functional test #47167
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
Add android AOT/PInvoke functional test #47167
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
@MaximLipnin You'll need to rebase against master in order for the aot compiler to warn as opposed to error. |
3ea1f41
to
6452aa1
Compare
6452aa1
to
31787d0
Compare
Tagging subscribers to this area: @directhex Issue Details
|
6731bac
to
9e4db46
Compare
9e4db46
to
41a02db
Compare
6930d1b
to
243506d
Compare
659d7e3
to
02dd6d1
Compare
c3aa602
to
f083485
Compare
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.
@akoeplinger You mentioned something needed to be done to the AOT task beyond this PR. If that still applies, can you explain?
f083485
to
6f1f7b0
Compare
@akoeplinger Please review and if it looks good, merge. |
./build.sh mono+libs -os Android -arch x64 -c Release
./dotnet.sh build /t:Test src/tests/FunctionalTests/Android/Device_Emulator/AOT /p:TargetOS=Android /p:TargetArchitecture=x64 /p:Configuration=Release
./dotnet.sh build /t:Test src/tests/FunctionalTests/Android/Device_Emulator/PInvoke /p:TargetOS=Android /p:TargetArchitecture=x64 /p:Configuration=Release