commit | cdf4b49d3fa3df766c30b7115228539eaf107de5 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Mar 22 13:13:12 2019 -0700 |
committer | John Stultz <john.stultz@linaro.org> | Wed Apr 10 09:36:23 2019 -0700 |
tree | d010a9ecc8f9f1c495d85c3d67152ff6f24b6f2d | |
parent | 9bd25f9a5f586e745f1d0929c9e7eb1bd8f63126 [diff] |
drm_hwcomposer: Convert external/drm_hwcomposer to Android.bp See build/soong/README.md for more information. This replaces the product and BoardConfig.mk variable conditionals with different versions of the HAL for each product, which will also allow checkbuild to verify that they build even on products that don't use them. Fixes: 122332597 Test: mma Change-Id: I8d2c8ac1bb58dcbc81ae75c2bb2c97d4485909b4 Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: John Stultz <john.stultz@linaro.org>
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-5.0 -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!