diff options
| author | 2023-05-08 13:59:52 -0700 | |
|---|---|---|
| committer | 2023-05-08 14:04:18 -0700 | |
| commit | 232654be2ad1a67fc0a7178d3d6ab114c9f47f44 (patch) | |
| tree | 0848ce7aeb3944ac5e80757c09af1bee5f0fc73d /api/api_test.go | |
| parent | 9e6c6ca843de25a488a57f62a1d945b2179576dc (diff) | |
Use empty string instead of nullable for leak report email
Leak report email was set to be nullable in some modules and not
nullable in others. This was causing undeterministic build failures when
building SystemUI with gradle.
Removing nullable annotation from leak report email dependency and using
empty string instead of null.
Only setting the email in leak report email intent when the email string
is not null or empty.
Bug: 281537214
Test: full build: m -j
Change-Id: Ic798ae8aba76ba29f9ded8dd8a549fd4c31962a6
Diffstat (limited to 'api/api_test.go')
0 files changed, 0 insertions, 0 deletions