commit | a63d66c7bbb2b990e86040eb646540924bd20a23 | [log] [tgz] |
---|---|---|
author | Andrii Chepurnyi <andrii_chepurnyi@epam.com> | Thu Apr 23 20:48:13 2020 +0300 |
committer | John Stultz <john.stultz@linaro.org> | Fri Jun 26 18:44:41 2020 +0000 |
tree | 13c14b5f06b3be2f1a2e1c9b0e15467614ab25af | |
parent | 8115dbe61c1de406d67786e47bc24fd519547fc5 [diff] |
drm_hwcomposer: Propagate PLATFORM_SDK_VERSION to cflags PLATFORM_SDK_VERSION is needed for already present code (GetDisplayIdentificationData/GetDisplayCapabilities), which implements some of the android.hardware.graphics.composer@2.3 API. Signed-off-by: Andrii Chepurnyi <andrii_chepurnyi@epam.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I1a5019e9d8ae327db41f55cee0ba3636f913928f
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!