Name Date Size #Lines LOC

..--

src/com/android/systemui/H25-Apr-2025-19468

.gitignoreH A D25-Apr-202590 99

Android.bpH A D25-Apr-20251.3 KiB3932

OWNERSH A D25-Apr-202543 32

README.mdH A D25-Apr-2025481 107

README.md

1# SystemUICommon
2
3`SystemUICommon` is a module within SystemUI that hosts standalone helper libraries. It is intended
4to be used by other modules, and therefore should not have other SystemUI dependencies to avoid
5circular dependencies.
6
7To maintain the structure of this module, please refrain from adding components at the top level.
8Instead, add them to specific sub-packages, such as `systemui/common/buffer/`. This will help to
9keep the module organized and easy to navigate.
10