-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
eb76079
to
7f68ee6
Compare
#endif | ||
|
||
#else // !defined(__ANDROID__) | ||
// On any other supported platform, just take Abseil's word for it. | ||
#include "absl/base/config.h" |
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.
This changes things so that absl/base/config.h is included on Android, which breaks the C++ SDK's Android CI.
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.
Oops. Ok I'll fix this. Apologies.
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.
@jonsimantov Is the ndk floor r18 now, or is it still r16b?
nevermind
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.
@jonsimantov PTAL at this fix: #14442
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.
Thanks for the quick fix. And yeah we use r21e now.
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