-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Stop using absl flags in python based helpers #16882
Comments
#16882 We are trying to reduce the footprint of things bundled into Bazel under @tools//. PiperOrigin-RevId: 492028314 Change-Id: Ic2271f7c79151e9757a741bc17f36183abfde437
#16882 PiperOrigin-RevId: 493696178 Change-Id: I61dbfb6f35fd5be77aa97f579d69b26bf8b01f89
Apart from tech debt, I'm noticing an issue as well in |
Is it limited to these files? I'm asking because I saw is used in |
I pushed a second commit for |
|
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale. |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please post |
Technical debt
We depend on absl flags instead of argparse in many android helpers.
We could switch to argparse to reduce footprint.
The text was updated successfully, but these errors were encountered: