-
Notifications
You must be signed in to change notification settings - Fork 521
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
Add support for D8/R8 #3748
Labels
enhancement
End user-perceivable enhancements.
Impact: Low
Low perceived user impact (e.g. edge cases).
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Comments
6 tasks
Broppia
added
issue_type_infrastructure
Impact: Low
Low perceived user impact (e.g. edge cases).
labels
Jul 7, 2022
BenHenning
added
the
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
label
Sep 16, 2022
seanlip
added
enhancement
End user-perceivable enhancements.
and removed
issue_type_infrastructure
labels
Mar 28, 2023
I'm not certain on R8 integration, but I believe we're now using D8 after migrating to Bazel 6.x in #4886 so there shouldn't be anything else to do here. |
github-project-automation
bot
moved this from Todo
to Done
in [Task Force] Migrate to Bazel - Android
Aug 30, 2024
github-project-automation
bot
moved this from Done
to In Progress
in [Task Force] Migrate to Bazel - Android
Aug 30, 2024
The issue is reopened because of the following unresolved TODOs:
|
Aha, looks like there's one TODO to address first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
End user-perceivable enhancements.
Impact: Low
Low perceived user impact (e.g. edge cases).
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
R8 helps augment Proguard by providing Android-specific optimizations that can largely simplify Proguard configurations by properly supporting reflection, among other cases (including better resource shrinking).
Note that Bazel's Android toolchain doesn't currently support R8, but hopefully will sometime next year.
The text was updated successfully, but these errors were encountered: