Remove ICU and Conscrypt source from nullability validation
The core-current-stubs-nullability-validation rule runs on source from
I18N and Conscrypt modules as well as the ART module. That prevents
unbundling. However, it seems as though no nullability checks are
actually performed on the I18N and Conscrypt code so removing them will
not reduce the effectiveness of the checks.
Renamed the rule to art-module-public-api-stubs-nullability-validation
which more accurately reflects what it is doing.
Also, replaced "make ...." with "m ..." in the comments as use of make
was previously deprecated.
Bug: 141613583
Bug: 142060419
Test: m
Change-Id: I6340356ef7a1f877e1fdf03dc812d092809b6357
1 file changed