tree: a9b87833f869d6151824d1406a604984d47a5b91 [path history] [tgz]
  1. src/
  2. .gitignore
  3. Android.bp
  4. AndroidManifest.xml
  5. OWNERS
  6. README.md
packages/SystemUI/common/README.md

SystemUICommon

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.

To 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.