Update git submodules
* Update frameworks/support from branch 'androidx-main'
to ca851d59e8755a8256d334d172e24b70e613bc16
- Merge "Add try-catch back to unwrapRepeatedAnnotationsFromContainer" into androidx-main
- Add try-catch back to unwrapRepeatedAnnotationsFromContainer
Looks like there are still cases that may trigger exceptions in javac so
this CL adds back the try-catch that was removed in a previous CL.
However, this should still give a decent performance improvement over
the original as we should hit these execeptions less often than in the
original implementation.
Bug: 223658524
Test: ./room/gradlew -p room :room:r-c-p:test
Change-Id: Ie7caa2ae828c97e5c3b0ccb5d84113903f1800c0
Loading
Please sign in to comment