Fixed
Status Update
Comments
xa...@google.com <xa...@google.com>
ch...@google.com <ch...@google.com>
so...@google.com <so...@google.com> #2
It has been broken because, I believe, we don't have adequate integration level test that shows that switching variants does not invoke sync if the target variant is supposed to be already cached. (Please, let me know if I missed it). Could we add/update a test?
ch...@google.com <ch...@google.com> #3
Integration tests: testVariantsAreCached and testVariantsAreCachedWithNativeModules.
so...@google.com <so...@google.com> #4
Than you, I missed them!
Description
Currently if you switch between two build variants we don't run Gradle sync each time. However if you switch between ABI variants we run sync each time even you switch back to a previously synced ABI variant.
ABI variant switching should behave similarly to build variant switching.