commit | b3b1cdfbdf7266313cd047d4d4ddf8c4a2c90efa | [log] [tgz] |
---|---|---|
author | Mark Yacoub <markyacoub@google.com> | Thu Dec 19 10:06:00 2024 -0500 |
committer | Mark Yacoub <markyacoub@google.com> | Thu Dec 19 10:06:00 2024 -0500 |
tree | 00e1b6641428e417c155258c2ce6035e5ca2db4a | |
parent | a47b3e5e894b46e7823d01616ae487c3ddce40c2 [diff] |
hooks: Add missing || to hook check Fixes: aosp/3401899 Bug: b/383125262 Test: `repo upload .` from aosp Flag: TEST_ONLY Change-Id: If0e55f229552c6d6ab5f000417606c76ba5a4dbf
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!