commit | 6b56aceccc8cf8c75d618fa1d8107647a1895c96 | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@chromium.org> | Wed Jul 17 09:15:37 2024 -0600 |
committer | Drew Davenport <ddavenport@chromium.org> | Fri Aug 30 22:15:14 2024 +0000 |
tree | 90874f9e6581278c49b1bc47795bae5bf2e666c4 | |
parent | 33f0eceb58de4a6365f127fdd2cb510fa6fd1f75 [diff] |
drm-hwcomposer: Build hwc3 service in Android.bp Add a android.hardware.composer.hwc3-service.drm binary target that builds relevant hwc3 sources and common sources. Uses BufferInfoLibdrm. The structure of this service may need to be looked at again to support other BufferInfo implementations. Also update the executable name in hwc3-drm.rc to match the target name. Signed-off-by: Drew Davenport <ddavenport@chromium.org> Signed-off-by: Drew Davenport <ddavenport@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-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!