commit | 1f26384f2a46cb326b7ad0bff69084caa51e19f1 | [log] [tgz] |
---|---|---|
author | Jason Macnak <natsu@google.com> | Wed Sep 18 13:27:18 2024 -0700 |
committer | Jason Macnak <natsu@google.com> | Thu Sep 19 12:20:52 2024 -0700 |
tree | 0bac5035e6bebb4e58871935cfa1697d1ad58e91 | |
parent | 7231bbd7bb7e49f8b5699413507081d7bfff00c4 [diff] |
Support drm hwcomposer as an apex ... so that Cuttlefish can runtime select between drm_hwcomposer and ranchu. Drops the libbinder to avoid error: APEX can't use libbinder (must use libbinder_ndk) and fixes a couple includes. Bug: b/348466630 Test: cvd start Test: cvd start --hwcomposer=drm_hwcomposer Change-Id: I50681677d89c56fb6761b740a465bf92890157ea
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-15 -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!