Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Glide to build both release and debug variants again
It's annoying because from Glide's perspective these are identical. However, Android Studio requires the debug variant to show syntax highlighting for instrumentation tests. Similarly the kotlin compile testing rule requires a release variant to output and validate API dumps. It seems a lot simpler to just give in and double compile/test everything Fixes #4881 PiperOrigin-RevId: 470288990
- Loading branch information