commit | 7f67b8602bddc71687d1fd623901bdde38e0cc73 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Aug 02 15:42:51 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Aug 03 17:56:42 2023 +0000 |
tree | 17e3c5ffea0f176be85e5329e74756dfca0fc67a | |
parent | e502678bd1723847d623d757259847742db48e60 [diff] |
Fix SystemUI for dagger 2.47 Dagger 2.47 has envorced a requirement that modules cannot be private (b/283273372). This causes errors when compiling SystemUI, for example com/android/systemui/statusbar/notification/collection/PrivateModule.java:14: error: Modules cannot be private. abstract interface PrivateModule { ^ Make the failing modules public. Bug: 293884229 Test: m SystemUI Change-Id: I1d8e7bd2ad40389a26082b353ab9574b1bbdd50f