-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[android][ios] Add LibraryBuilder task to support aot library mode #81919
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1d8483b
Apple side of the library builder
6cc724f
Embed framework through cmake on iOS. Add android fragments
bbf6992
Android library build
0055975
Bring back android exports
76cdbe4
Fix android library build by getting rid of force_load as that is onl…
9caea1f
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
9c3d805
Android builds library in separate cmake. iOS does too, but there are…
37fde1a
Add ability to pass in library projects to the main app
e3d1fd4
Clean up Android and scale back iOS to just building the library.
3911d2c
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
9bb0dd9
Move symbol table stripping to its own method
4ed46bf
Revert aotcompiler.c workaround
fde2bda
Condition some of the library builder specific items
d6fd785
Cleanup
cde3f9d
Add library builder tasks as a correlation payload.
6ba6aa9
Remove unnecessary librarybuilder props import
ba37138
Feedback
d3c03ac
Make sure sample provides linker arg items
04acf6c
Linker args in runtime test build
f4c204f
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
2ccf282
Make the runtime libraries to link actually work
807844e
Add default list of pinvokes for android aot
55e98f5
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
340a02f
Feedback
09aab3c
Remove extra symbols to keep. Condition direct icalls and direct pinv…
c99889b
PR feedback. Add test UnmanagedCallersOnly back in
223cf3a
Remove autoinit.c as it will come back in a follow up
e641c28
Generate list of assemblies that contained unmanagedcallersonly attri…
6a23439
More feedback
e272bb0
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
f30804d
Ignore CA1850 in the library builder
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add default list of pinvokes for android aot
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.