• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/com/android/systemui/common/buffer/14-Jan-2024-11938

.gitignoreD14-Jan-202490 99

Android.bpD15-Dec-20241.3 KiB4235

AndroidManifest.xmlD14-Jan-2024801 224

OWNERSD14-Jan-202443 32

README.mdD14-Jan-2024481 63

README.md

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