diff options
author | 2023-08-02 15:42:51 -0700 | |
---|---|---|
committer | 2023-08-03 17:56:42 +0000 | |
commit | 7f67b8602bddc71687d1fd623901bdde38e0cc73 (patch) | |
tree | 17e3c5ffea0f176be85e5329e74756dfca0fc67a /libs/androidfw/ConfigDescription.cpp | |
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
Diffstat (limited to 'libs/androidfw/ConfigDescription.cpp')
0 files changed, 0 insertions, 0 deletions