commit | ae2f8ec15197a0c293f068d7b06727c3fef9f46e | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu Sep 19 23:56:29 2024 +0000 |
committer | Lorenzo Colitti <lorenzo@google.com> | Thu Sep 19 23:56:29 2024 +0000 |
tree | 226129f0c5b1bc40416901365006fceb74534791 | |
parent | dc1635b54d52d792098dbe9db912ab05370215c5 [diff] |
Fix broken errorprone build. aosp/3261834 was known to have an errorprone error, but it didn't matter because it was submitted as part of a topic which deleted that file. But then testcop reverted only part of that topic - see aosp/3272374 . Reverting this revert will bring back the test failure. Fix forward instead. Change-Id: I3f8a3f3b86085ae2232e10142dd7cfaa45be4cd6 Test: TH Fix: 368382013