Skip to content
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

Firestore: Remove vestigial mentions of STLport #14348

Merged
merged 3 commits into from
Jan 23, 2025

Conversation

dconeybe
Copy link
Contributor

This PR removes some vestigial cruft pertaining to STLPort, whose support was dropped in July 2021 (3.5 years ago at the time of writing) in firebase/firebase-cpp-sdk#510.

#no-changelog

@dconeybe dconeybe self-assigned this Jan 15, 2025
@dconeybe dconeybe force-pushed the dconeybe/STLPortVestigialArtifactsRemoval branch from eb76079 to 7f68ee6 Compare January 15, 2025 03:57
@dconeybe dconeybe marked this pull request as ready for review January 20, 2025 21:44
@dconeybe dconeybe requested a review from cherylEnkidu January 20, 2025 21:44
@dconeybe dconeybe requested a review from cherylEnkidu January 21, 2025 17:35
@dconeybe dconeybe merged commit 92f5241 into main Jan 23, 2025
35 checks passed
@dconeybe dconeybe deleted the dconeybe/STLPortVestigialArtifactsRemoval branch January 23, 2025 02:13
#endif

#else // !defined(__ANDROID__)
// On any other supported platform, just take Abseil's word for it.
#include "absl/base/config.h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes things so that absl/base/config.h is included on Android, which breaks the C++ SDK's Android CI.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Ok I'll fix this. Apologies.

Copy link
Contributor Author

@dconeybe dconeybe Feb 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonsimantov Is the ndk floor r18 now, or is it still r16b?

nevermind

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonsimantov PTAL at this fix: #14442

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix. And yeah we use r21e now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants