You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for "data" attribute to cc_test_on_android rule.
Previously, data was being passed on only to the cc_binary rule,
and not to the android_test, which wasn't sufficient.
This also required adding READ_EXTERNAL_STORAGE permission for tests built with
cc_test_on_android, since that permission is needed for accessing test runfiles.
PiperOrigin-RevId: 256110232
0 commit comments