Remove linking to library rt from Android build as it is apart of stdc++#1038
Merged
jeffdiclemente merged 1 commit intoCppMicroServices:developmentfrom Aug 28, 2024
sheldonrobinson:android-build-fixes
Merged
Remove linking to library rt from Android build as it is apart of stdc++#1038jeffdiclemente merged 1 commit intoCppMicroServices:developmentfrom sheldonrobinson:android-build-fixes
jeffdiclemente merged 1 commit intoCppMicroServices:developmentfrom
sheldonrobinson:android-build-fixes
Conversation
Contributor
Author
|
Fixes #1039 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #1038 +/- ##
============================================
Coverage 88.29% 88.30%
============================================
Files 248 248
Lines 11931 11931
============================================
+ Hits 10535 10536 +1
+ Misses 1396 1395 -1 |
Contributor
|
No warnings, LGTM! |
jeffdiclemente
approved these changes
Aug 28, 2024
Contributor
Author
|
closed #1039 |
RobertLauferElektrobit
pushed a commit
to insi-eb/CppMicroServices-cpp14
that referenced
this pull request
Jul 24, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
rt library is in bionic lib
see daniel-yu-papa/Maggie-OpenMax#1 (comment)
dotnet/runtime#20180