Update git submodules

* Update frameworks/support from branch 'androidx-master-dev'
  to b5be7e7daa56b7671e0876c7f938b35b7e119fb3
  - Merge "Ignore Animations when Animators run" into androidx-master-dev
  - Ignore Animations when Animators run
    
    As a continuation of the work in b/149569323,
    we now prioritize running Animators over running
    Animations. This avoids cases where both are
    running simultaneously.
    
    As Animations and Animators are now properly
    decoupled, we can use animator.cancel() when
    our CancelationSignal is triggered instead of
    using clearAnimation().
    
    Test: all tests pass, updated FragmentAnimatorTest passes
    BUG: 167579557
    Change-Id: I7b3f5c1cc1355e02ff770838cb485d659dfb1619
    
1 file changed