xref: /aosp_15_r20/frameworks/base/packages/SystemUI/common/README.md (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker# SystemUICommon
2*d57664e9SAndroid Build Coastguard Worker
3*d57664e9SAndroid Build Coastguard Worker`SystemUICommon` is a module within SystemUI that hosts standalone helper libraries. It is intended
4*d57664e9SAndroid Build Coastguard Workerto be used by other modules, and therefore should not have other SystemUI dependencies to avoid
5*d57664e9SAndroid Build Coastguard Workercircular dependencies.
6*d57664e9SAndroid Build Coastguard Worker
7*d57664e9SAndroid Build Coastguard WorkerTo maintain the structure of this module, please refrain from adding components at the top level.
8*d57664e9SAndroid Build Coastguard WorkerInstead, add them to specific sub-packages, such as `systemui/common/buffer/`. This will help to
9*d57664e9SAndroid Build Coastguard Workerkeep the module organized and easy to navigate.
10