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

..25-May-2024-

src/com/android/systemui/common/buffer/H25-May-2024-11938

.gitignoreH A D25-May-202490 99

Android.bpH A D25-May-20241.2 KiB4033

AndroidManifest.xmlH A D25-May-2024801 224

OWNERSH A D25-May-202443 32

README.mdH A D25-May-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