| commit | 7a8e1383faf0598bdfc610b426ffff49d52e5188 | [log] [tgz] |
|---|---|---|
| author | Lucas Berthou <berlu@google.com> | Mon Jan 13 18:35:55 2025 +0000 |
| committer | Lucas Berthou <berlu@google.com> | Tue Jan 14 18:17:14 2025 +0000 |
| tree | b869259a50b40c480cb467866123444b72a715f8 | |
| parent | a29289940d7cf806029a36e2e01667708294c67b [diff] |
drm_hwcomposer: fixing aospless tarball The current tarball seems to be missing some includes for libdisplay-info, this probably happened when trying to resolve some clank incompatibilities. Overall the aospless flow should probably be more robust/less error prone. Change-Id: I35d785470440132bcff75baac089efdac3be849f signed-off-by: Lucas Berthou <berlu@google.com>
Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms. So please bring on porting patches, bugfixes, improvements for documentation and new features.
A short list of contribution guidelines:
Submit changes via gitlab merge requests on gitlab.freedesktop.org.
drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/.
When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:
git diff | clang-format-diff-19 -p 1 -style=file
Hardware specific changes should be tested on relevant platforms before committing.
If you need inspiration, please checkout our TODO issues.
Happy hacking!